Skip to main content

is_numeric_string

Function
This function is defined in the parse_utils module.
Check if a string is numeric. O(1) operation.

Signature

def is_numeric_string(value: str) -> bool

Parameters

value
str
required
String to check

Returns

Returns
bool
True if string is numeric