mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 07:45:45 +01:00
426 B
426 B
Slug
Slug()
Validates whether the input is a valid slug.
v::slug()->validate('my-wordpress-title'); // true
v::slug()->validate('my-wordpress--title'); // false
v::slug()->validate('my-wordpress-title-'); // false
Categorization
- Strings
Changelog
| Version | Description |
|---|---|
| 0.3.9 | Created |
See also: