respect-validation/docs/rules/Printable.md
2018-08-23 02:12:44 +02:00

288 B

Printable

  • Printable()
  • Printable(string $additionalChars)

Similar to Graph but accepts whitespace.

v::printable()->validate('LMKA0$% _123'); // true

Changelog

Version Description
0.5.0 Created

See also: