mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 15:25:45 +01:00
22 lines
316 B
Markdown
22 lines
316 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:
|
|
|
|
- [Printable](Printable.md)
|
|
- [Punct](Punct.md)
|