mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 15:25:45 +01:00
This commit will rename the rule by removing the abbreviation to make it a bit easier to understand what it does and much easier to find. Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
324 B
324 B
Space
Space()Space(string ...$additionalChars)
Validates whether the input contains only whitespaces characters.
v::space()->validate(' '); // true
Categorization
- Strings
Changelog
| Version | Description |
|---|---|
| 0.5.0 | Created |
See also: