Control

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

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

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

Categorization

  • Strings

Changelog

Version Description
2.0.0 Renamed from Cntrl to Control
0.5.0 Created

See also: