Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 231 Bytes

Punct.md

File metadata and controls

17 lines (12 loc) · 231 Bytes

Punct

  • v::punct()
  • v::punct(string $additionalChars)

Accepts only punctuation characters:

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

See also: