extracts an integer value from the start of the string
None
Returns the unused part of the string as well as the extracted integer value.
The function succeeds if the string starts with an integer literal in decimal, octal, hexadecimal or binary notation.
If the function fails then the unaltered string and std::undefined are returned.
std_types::string/std::parse_number | |
std_types::string/std::to_integer | converts the whole string into an integer value |