respect-validation/docs/Cntrl.md
Emmerson Siqueira 271ddd1fe0
Rename 'Prnt' rule to 'Printable'
This changes the rule name in order to be more descriptive and explicit
(avoid abbreviation). It also applies the new contribution guidelines.

Signed-off-by: Emmerson Siqueira <emmersonsiqueira@gmail.com>
2018-05-31 16:00:43 +02:00

338 B

Cntrl

  • Cntrl()
  • Cntrl(string $additionalChars)

This is similar to Alnum(), but only accepts control characters:

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

Changelog

Version Description
0.5.0 Created

See also: