docs/validators/Imei.md
Imei()Validates is the input is a valid IMEI.
v::imei()->assert('35-209900-176148-1');
// Validation passes successfully
v::imei()->assert('490154203237518');
// Validation passes successfully
Imei::TEMPLATE_STANDARD| Mode | Template |
|---|---|
default | {{subject}} must be an IMEI number |
inverted | {{subject}} must not be an IMEI number |
| Placeholder | Description |
|---|---|
subject | The validated input or the custom validator name (if specified). |
| Version | Description |
|---|---|
| 3.0.0 | Templates changed |
| 1.0.0 | Created |