Search code examples
How can I exclude a single character from a list only when followed by certain other characters?...

regexregex-lookarounds

Read More
Using disjunction (OR) in a lookbehind...

regexnotepad++regex-lookaroundsdisjunction

Read More
RegEx for combining "match everything" and "negative lookahead"...

regexpcreregex-lookarounds

Read More
Regex select names in next lines after match (until...)...

regexregex-lookaroundsregex-group

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

regexregex-negationregex-lookarounds

Read More
Regex lookahead, lookbehind and atomic groups...

regexregex-lookarounds

Read More
A regex to specify that the length of data should be either 12 or 14 but not 13...

javaregexregex-lookarounds

Read More
Regex to find string not followed by separator and 1 or 2 digits...

regexregex-lookarounds

Read More
Avoid negative lookahead regex in mail spam detection...

regexregex-lookaroundspostfix-mtaemail-spam

Read More
cypress intercept to catch everything except baseUrl calls...

cypressregex-lookaroundscypress-intercept

Read More
Why does regex lookahead and lookbehind behave the same with anchor ^...

regexregex-lookarounds

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

regexregex-lookaroundsregex-grouppcreregex-negation

Read More
python re identifiers not working with lookahead and lookbehind...

pythonregex-lookaroundspython-re

Read More
Understanding positive and negative lookaheads...

regexregex-lookarounds

Read More
Regular expression loop makes duplicate matches due to similar words. How to avoid?...

regexmatlabregex-lookaroundsregex-group

Read More
Regexp matching a string - positive lookahead...

regexregex-lookarounds

Read More
Efficient way in using lookarounds for regex split...

regexregex-lookaroundssplit

Read More
Problem with javascript-regex matching, negative look-ahead inside a lookbehind...

javascriptregexregex-lookarounds

Read More
Regex: match shortest pattern between two possible delimiters...

rregexregex-lookarounds

Read More
Why does this regular expression fail in dart?...

regexdartregex-lookarounds

Read More
How to limit lookbehind to strings which do not start with certain characters?...

regexgrepregex-lookaroundsadobe-indesign

Read More
Regex: split string into sets of chars from a pool...

c#regexregex-lookarounds

Read More
Regular expression negative lookahead...

regexregex-lookarounds

Read More
RegEx to exclude two strings without negative lookahead...

regexgoregex-lookaroundsexclude-constraint

Read More
Regex: Find matches only outside of single quotes...

pythonpython-3.xregexregex-lookaroundsregex-group

Read More
Regex to prevent certain ranges...

regexregex-lookaroundsregex-negation

Read More
Regex to match only the second ip address in a range...

pythonregexregex-lookarounds

Read More
negative lookahead regex on elasticsearch...

regexelasticsearchregex-lookarounds

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
Presto SQL-Extract sting from the last occurence of char (:) from the right...

sqlregexregex-lookaroundsprestotrino

Read More
BackNext