mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 15:25:45 +01:00
23 lines
331 B
Markdown
23 lines
331 B
Markdown
# Printable
|
|
|
|
- `Printable()`
|
|
- `Printable(string ...$additionalChars)`
|
|
|
|
Similar to `Graph` but accepts whitespace.
|
|
|
|
```php
|
|
v::printable()->validate('LMKA0$% _123'); // true
|
|
```
|
|
|
|
## Changelog
|
|
|
|
Version | Description
|
|
--------|-------------
|
|
0.5.0 | Created
|
|
|
|
***
|
|
See also:
|
|
|
|
- [Cntrl](Cntrl.md)
|
|
- [Graph](Graph.md)
|
|
- [Punct](Punct.md)
|