Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 458 Bytes

Control.md

File metadata and controls

30 lines (21 loc) · 458 Bytes

Control

  • Control()
  • Control(string ...$additionalChars)

Validates if all of the characters in the provided string, are control characters.

v::control()->isValid("\n\r\t"); // true

Categorization

  • Strings

Changelog

Version Description
2.0.0 Renamed from Cntrl to Control
0.5.0 Created

See also: