A string which is prefixed with 0x and followed by any number of case-agnostic hexadecimal characters.
0x
It must match the regular expression /0x[0-9A-Fa-f]*/.
/0x[0-9A-Fa-f]*/
A string which is prefixed with
0x
and followed by any number of case-agnostic hexadecimal characters.It must match the regular expression
/0x[0-9A-Fa-f]*/
.