regex code improvement – support hyphen sign
i have regex
(?:([A-Z]+))?FS[A-Z ]-d(?:[^n,()-]/dd)?
Regex Replace “__” with “@” in A Selected Capture Group
I have a string that looks like this:
How to match lines starting with an upper case letter and have 1 to 10 words per line using regular expressions
I am trying to build an efficient regular regression that joins multiple lines with the following constraints to a single line.
How to create a pattern (regex) to group (up to) 5 letters/digits
I’m trying (unsuccessfully) to create a pattern (regex) to create groups of (up to) 5 letters/digits. Only letters (a-zA-Z) and digits (0-9) can be grouped, while spaces or other characters must be ignored.
Regex match all words but not in quotes and not list of words
I would like to match all words but not in quotas or escaped quotas and no some words.
Regex – Does not contain ”Characters [closed]
Closed yesterday.
RegexRenamer, how to add leading zeros?
I have hundreds of files with names of type “xx S1E1 y1”, “xx S2E15 y2”, “xx S3E100 y3”.
How can I validate an email address using a regular expression?
Over the years I have slowly developed a regular expression that validates most email addresses correctly, assuming they don’t use an IP address as the server part.
How can I validate an email address using a regular expression?
Over the years I have slowly developed a regular expression that validates most email addresses correctly, assuming they don’t use an IP address as the server part.
How can I validate an email address using a regular expression?
Over the years I have slowly developed a regular expression that validates most email addresses correctly, assuming they don’t use an IP address as the server part.