Search code examples
Using a regex lookahead after spaces...


javascriptregexregex-lookarounds

Read More
Why doesn't this look-behind assertion with a predefined regular expression work as expected?...


regex-lookaroundsrakusubstitution

Read More
Does lookaround affect which languages can be matched by regular expressions?...


regexlookbehindregex-lookarounds

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


c#regexregex-lookaroundsregex-groupregex-negation

Read More
Inserting a potentially missing line with perl...


regexperlregex-lookarounds

Read More
Pattern/Regular expression to grab a number *only* if it's the only field in the record...


javaregexjava.util.scannerregex-lookarounds

Read More
Find regex match separated by two semicolons...


regexmatchregex-lookarounds

Read More
Regex to match words within a specified distance of one another without a period occurring between t...


regex-lookarounds

Read More
Negative lookahead regex not working in Java...


javaregexregex-lookarounds

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


javaregexregex-lookaroundsregex-negation

Read More
Regex Length issue...


regexregex-lookarounds

Read More
Do any regular expression fiddlers fully support lookbehind?...


.netregexregex-lookaroundslookbehindnegative-lookbehind

Read More
Capture stream of digits which is not followed by certain digits...


javaregexregex-lookarounds

Read More
Regex to match only book('knjiga') with specific name('naslov')...


pythonregexregex-lookaroundsregex-greedy

Read More
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
Tell if a Python regex string has a lookaround...


pythonregexregex-lookarounds

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


regexpcreregex-lookarounds

Read More
BackNext