Control()
Control(string ...$additionalChars)
Validates if all of the characters in the provided string, are control characters.
v::control()->isValid("\n\r\t"); // true
- Strings
Version | Description |
---|---|
2.0.0 | Renamed from Cntrl to Control |
0.5.0 | Created |
See also: