extracts a hexadecimal value from the start of the string
None
Returns the unused part of the string as well as the extracted numeric value.
The function succeeds if the string starts with a hexadecimal literal.
If the function fails then the unaltered string and std::undefined are returned.
Optionally a start index (i) can be specified.
std_types::string/std::parse_integer |