respect-validation/docs/Graph.md
2017-03-28 11:53:14 +02:00

21 lines
283 B
Markdown

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