strisdigit

Purpose

Check if a string is all numeric characters.

Syntax

returnedBoolean = strisdigit(string)

returnedBoolean - type: bool
string - type: str

Returns

Remarks

Example

See Also

strisalpha, String Functions