Numbers only (or digits only) regular expressions can be used to validate if a string contains only numbers.
Below is a simple regular expression that allows validating if a given string contains only numbers:
True
False
Enter a text in the input above to see the result
Example code in PHP:
Real number regex can be used to validate or exact real numbers from a string.
True
False
Enter a text in the input above to see the result
Example code in PHP:
True
False
Enter a text in the input above to see the result
In PHP you can also validate number by using is_numeric function:
Discover UI Bakery – an intuitive visual internal tools builder.