Search code examples
How to get the numeric value that does not end with `%`...


c#regex.net-coreregex-negationregex-greedy

Read More
Regular expression to match a line that doesn't contain a word...


regexregex-negation

Read More
Remove all words that are longer than two characters...


regexnotepad++regex-negation

Read More
How to exclude subtotal lines from result...


c#regexregex-lookaroundsregex-groupregex-negation

Read More
How to negate the whole regex?...


regexregex-negation

Read More
How to remove optional prefixes and suffixes from string...


sqlregexpostgresqlregex-negationregex-greedy

Read More
Regex to find a pattern of string between slashes...


phpregexlaravelregex-negation

Read More
how to negate any regular expression in Java...


javaregexregex-negation

Read More
Match all lines starting with a space up till a line that doesnt start with a space...


javaregexregex-negation

Read More
Determine if comma separated values are valid using regex...


javaregexregex-lookaroundsregex-negation

Read More
Regular expressions: exclusion in character class...


javaregexregex-negation

Read More
Unix grep regex containing 'x' but not containing 'y'...


regexunixgrepregex-negation

Read More
Can I get help generating the correct regex to match a list of test strings?...


regexregex-lookaroundsregex-grouppcreregex-negation

Read More
Negated character not working with literal `]`...


regexgrepregex-negation

Read More
Mongo regex for "not match" or inverse...


regexmongodbmongodb-queryregex-negation

Read More
Regex matching with multiple negative look behind conditions...


regexregex-lookaroundsregex-negation

Read More
How to neglect a backslash of the text while using regular expression re.search in python?...


pythonregexpython-reregex-negation

Read More
regular expression no more than one digit...


javascriptregexregex-negation

Read More
How do I write a regular expression that excludes rather than matches, e.g., not (this|string)?...


regexemacselispregex-negationregex-group

Read More
Regex to match strings containing two of any character but not three...


regexregex-negationregex-lookarounds

Read More
regex for match all <img> tag and extract the "src" attribute...


phphtmlregexregex-groupregex-negation

Read More
How to replace all BUT the first occurrence of a pattern in string...


javascriptregexregex-negation

Read More
How can I match a pattern as long as it's not at the beginning with regex?...


regexregex-negation

Read More
Elegant regular expression to match all punctuations but not "'" in emacs Lisp?...


regexregex-negation

Read More
Regex to prevent certain ranges...


regexregex-lookaroundsregex-negation

Read More
How to create a regex pattern with specific conditions for spaces and underscores?...


javascriptregexregex-negation

Read More
Can negation in regex in Notepad++ match emoji or other unicode char at U+10000 and above outside th...


notepad++regex-lookaroundsregex-negation

Read More
Multiple Conditions in Validation Regex...


regexregex-negationregex-lookarounds

Read More
VBA RegEx for Negation...


regexregex-negationregex-lookaroundsregex-groupregex-greedy

Read More
Match a string at an offset only if it's not already present in the text...


regexregex-negation

Read More
BackNext