1# Graph
2
3- `v::graph()`
4- `v::graph(string $additionalChars)`
5
6Validates all characters that are graphically represented.
7
8```php
9v::graph()->validate('LKM@#$%4;'); // true
10```
11
12***
13See also:
14
15  * [Prnt](Prnt.md)
16