A regular expression that matches a valid EIN (Employer Identification Number) number.
A regular expression to simply match numbers that contains only digits, commas, and dots.
A simple regular expression to match leading zeros. Can be used to remove all leading zeros from integers in a string.
A regular expression to match and validate postal codes in Iran.
A regular expression to match any strings which contain numbers.
A regular expression that allows you to match any numbers but the last x digits (last 4 digits in this regex) in a string.
A regular expression that allows you to match all one-digit numbers in a string.
A regular expression to match all numbers found within a string.
A regular expression that can be used to check if a given string represents a valid Vehicle Identification Number (VIN).
A regular expression to match the first group of numbers or the first group of strings containing digits.
A regular expression to match a valid 15-digit GSTIN number (Goods and Services Tax Identification Number) in India.
A regular expression to match the first occurrence of a number in a string.
A regular expression that validates and matches UK National Insurance Number (NIN).
Useful regular expressions that will match even or odd numbers such as zip code, state id, or passport number.
A regular expression to match repeating digits in a given number.
A quick regular expression to match and validate the Credit Card's CVV numbers.
A Regular Expression to match a 2-digit number, which can be helpful in validating a Credit/Debit Card issue number.
A regular expression to simply match and validate comma-separated numbers in your data.
A short yet useful regular expression that matches a number between 1 and 100.
A regular expression that matches the number at the end of a string.
A useful regular expression that matches international phone numbers in the E.164 (The international public telecommunication numbering plan) format.