is_numeric_string
Function
This function is defined in the parse_utils module.Check if a string is numeric. O(1) operation.
Signature
Parameters
String to check
Returns
True if string is numeric
Check if a string is numeric. O(1) operation.
This function is defined in the parse_utils module.Check if a string is numeric. O(1) operation.
def is_numeric_string(value: str) -> bool