/home/techb158/exp.abdallabala.com/vendor/respect/validation/docs/rules
Edit: /home/techb158/exp.abdallabala.com/vendor/respect/validation/docs/rules/Graph.md (235B)
# 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)
* [Punct](Punct.md)