mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
This commit will also apply the contribution guidelines to the rule and improve its documentation. Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
400 B
400 B
HexRgbColor
HexRgbColor()
Validates weather the input is a hex RGB color or not.
v::hexRgbColor()->validate('#FFFAAA'); // true
v::hexRgbColor()->validate('123123'); // true
v::hexRgbColor()->validate('FCD'); // true
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Allow hex RGB colors with 3 integers |
| 0.7.0 | Created |
See also: