Optional
If no_colons is true, the validator will allow MAC addresses without the colons. Also, it allows the use of hyphens or spaces.
no_colons
true
e.g. 01 02 03 04 05 ab or 01-02-03-04-05-ab.
01 02 03 04 05 ab
01-02-03-04-05-ab
false
Generated using TypeDoc
If
no_colons
istrue
, the validator will allow MAC addresses without the colons. Also, it allows the use of hyphens or spaces.e.g.
01 02 03 04 05 ab
or01-02-03-04-05-ab
.Default
false