Remove the 0x-prefix from a hexadecimal string. If the string doesn't have the prefix, it is returned as-is.
0x
The un-prefixed hexadecimal string.
The hexadecimal string to remove the prefix from.
Remove the
0x
-prefix from a hexadecimal string. If the string doesn't have the prefix, it is returned as-is.Returns
The un-prefixed hexadecimal string.