Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 376 Bytes

Punct.md

File metadata and controls

27 lines (18 loc) · 376 Bytes

Punct

  • Punct()
  • Punct(string ...$additionalChars)

Validates whether the input composed by only punctuation characters.

v::punct()->isValid('&,.;[]'); // true

Categorization

  • Strings

Changelog

Version Description
0.5.0 Created

See also: