A useful Regex that matches the first X characters (including space) in a sentence.
A regular expression to match full sentences (end with a full stop (.), question mark (?), or exclamation mark (!).).
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 Regular Expression to determine a character is not a digit/number.
A useful regex to match all URLs (with or without protocol) found in plain text.
A set of regular expressions that helps you validate and parse Money/Currency/Price values.
A regular expression to check if the files you provide are allowed file types.
A regular expression to check if is a valid folder name (no forbidden characters included).
A regular expression to match and valid US.S five-digit and nine-digit (zip+4) postal codes.
Regular Expressions that exactly match 4 or 6 digits, which are typically used in Pin Code.
A regular expression to match and validate if the first letter of a string is uppercase.
A regular expression to match all uppercase letters in text.
A regular expression to validate an ISO 8601 date string.
A Regular Expression to match and valid date of birth (dd/mm/yyyy).
A Regular Expression that matches most domains including subdomains and IDN domain names.
Regular expressions to match negative numbers or negative integers.
A regular expression to match a new line (linebreaks).