Regex To Match Words That Start With A Specific Character
A regular expression to match all words that start with a specific character (e.g. #, @, etc) in a string.
A regular expression to match all words that start with a specific character (e.g. #, @, etc) in a string.
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 to check if a string is all uppercase (or lowercase) letters.
A regular expression to match Git repository URLs.
A handy regular expression that can be used to match all #hashtags in strings, like Twitter tweets and Facebook posts.
A regular expression to extract Youtube video ID from a link.
A regular expression that allows you to validate a string with no whitespace at the beginning and end.
A regular expression that validates and matches UK National Insurance Number (NIN).
A regular expression to match the first line of a file. Can be useful in adding more content to the beginning or end of the first line of your code.