tao-test/app/vendor/respect/validation/docs/rules/Prnt.md

18 lines
245 B
Markdown
Raw Normal View History

2022-08-29 20:14:13 +02:00
# Prnt
- `v::prnt()`
- `v::prnt(string $additionalChars)`
Similar to `v::graph` but accepts whitespace.
```php
v::prnt()->validate('LMKA0$% _123'); // true
```
***
See also:
* [Cntrl](Cntrl.md)
* [Graph](Graph.md)
* [Punct](Punct.md)