respect-validation/docs/Graph.md
2015-08-20 01:38:41 -03:00

15 lines
212 B
Markdown

# Graph
- `v::graph()`
- `v::graph(string $additionalChars)`
Validates all characters that are graphically represented.
```php
v::graph()->validate('LKM@#$%4;'); //true
```
***
See also:
* [Prnt](Prnt.md)