mirror of
https://github.com/Respect/Validation.git
synced 2026-03-18 08:09:51 +01:00
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>
288 B
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: