mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 07:45:45 +01:00
15 lines
212 B
Markdown
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)
|