Search code examples
Can I get help generating the correct regex to match a list of test strings?...


regexregex-lookaroundsregex-grouppcreregex-negation

Read More
Pattern matching in R if string NOT followed but another string...


rregexstringregex-lookarounds

Read More
Regex - Match last occurrence of parentheses...


pythonregexregex-lookaroundsregexp-replace

Read More
Java regular expression with lookahead...


javaregexregex-lookarounds

Read More
What's wrong with my lookahead regex in GNU sed?...


regexlinuxsedregex-lookarounds

Read More
Regular expression to match a file path with certain prefix...


regexmongodbmongodb-queryregex-lookarounds

Read More
Discard a match if one pattern isn't followed by another...


regexregex-lookarounds

Read More
Regex expression to find end of multiline YAML codeblock...


regexregex-lookarounds

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


regexregex-lookaroundsregex-negation

Read More
Regex for a date not preceded by = or |...


regexregex-lookaroundswikipediamediawiki-templateswikitext

Read More
regex to match all unescaped '$' in a regex string...


regexescapingregex-lookaroundsregex-grouppcre

Read More
Confusing behavior of a capturing group in a positive lookbehind in a Java regex with Pattern.matche...


javaregexregex-lookarounds

Read More
Matching text inside single but not multple delimiter characters in a regular expression...


phpregexregex-lookarounds

Read More
How can I exclude a single character from a list only when followed by certain other characters?...


regexregex-lookarounds

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
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
BackNext