A regular expression to match any numbers greater than a specified number.
A regular expression that matches hexadecimal values.
A regular expression that matches all characters except digits 0-9. This can be useful to find out and replace all non-numeric characters in a string.
A regular expression to match a positive or negative integer value.
A regular expression to validate Grade Point Average (GPA), which is between 0.00 and 4.00.
A regular expression to match postal codes (also called CEP) in Brazil.
A collection of useful Regular Expressions to parse, validate, and format phone numbers around the world.
A regular expression to match valid Roman Numerals, which are written using the letters M, D, C, L, X, V, and I.
A regular expression to match Feet And Inches.
A regular expression to match Postal/Pin/Zip codes in India, which consists of a 6-digit number with or without spaces.
A regular expression to match a UK Bank Sort Codes, which consists of a six-digit number formatted as 12-34-56.
A regular expression to match a Brazilian CPF Number, which consists of a 11-digit number formatted as 000.000.000-00.
A regular expression to match a Brazilian CNPJ Number, which consists of a 14-digit number formatted as XX.XXX.XXX/0001-XX.
A regular expression that validates and matches Social Insurance Number (SIN Canada).
A collection of useful Regular Expressions to parse and validate Credit Card Numbers like Visa, MasterCard, American Express, Discover, etc.
A regular expression to match a positive decimal value.
A regular expression to match a positive integer value like 10, 20, 100, etc.
A Regular Expression for those who use a space as thousands separator.
A Regular Expression to validate a percentage from 0 to 100.
A Regular Expression to check if the number you provide is a float value.
A set of regular expressions that helps you validate and parse Money/Currency/Price values.