Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 227 Bytes

Punct.md

File metadata and controls

16 lines (11 loc) · 227 Bytes

Punct

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

Accepts only punctuation characters:

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

See also: