1# Prnt
2
3- `v::prnt()`
4- `v::prnt(string $additionalChars)`
5
6Similar to `v::graph` but accepts whitespace.
7
8```php
9v::prnt()->validate('LMKA0$% _123'); // true
10```
11
12***
13See also:
14
15  * [Graph](Graph.md)
16