respect-validation/docs/Graph.md
Emmerson Siqueira 271ddd1fe0
Rename 'Prnt' rule to 'Printable'
This changes the rule name in order to be more descriptive and explicit
(avoid abbreviation). It also applies the new contribution guidelines.

Signed-off-by: Emmerson Siqueira <emmersonsiqueira@gmail.com>
2018-05-31 16:00:43 +02:00

21 lines
293 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)