Checks if a string contains only numeric characters.
The string to validate.
Options for numeric validation.
true if the string contains only numeric characters, false otherwise.
true
false
Checks if a string contains only numeric characters.