Search code examples
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
Regular expression to match a line that doesn't contain a word...


regexregex-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
How to negate the whole regex?...


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
Regular expression that doesn't contain certain string...


regexregex-negation

Read More
Select the next line after match regex...


regexregex-negationregex-lookarounds

Read More
regex - find any block between curly brackets that contains one or more non-numeric characters...


regexregex-negation

Read More
Regex for string that do not start with any character of a group and do not contain any of multiple ...


regexregex-lookaroundsregex-groupregex-negation

Read More
Regex OR results in two separate groups, how do I make capture it as a single group?...


regexgoregex-lookaroundsregex-groupregex-negation

Read More
Laravel string validation; all char except #...


phplaravelregex-negation

Read More
How to match some digits but exclude some constant(also digits) from Regular expression in C#...


c#regexregex-negation

Read More
Regex (Kotlin) to match end of sentence periods only and ignore periods in the middle such as abbrev...


regexkotlinregex-negation

Read More
Regex match words without alphabet...


regexregex-negation

Read More
BackNext