tao-test/app/vendor/respect/validation/docs/rules/Graph.md

17 lines
235 B
Markdown
Raw Normal View History

2022-08-29 20:14:13 +02:00
# 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)