Search code examples
RegEx for matching everything except a repeating char at start and end...

regexregex-negationregex-lookaroundsregex-groupregex-greedy

Read More
RegEx for extracting image paths in PHP...

phpregexpreg-match-allregex-groupregex-greedy

Read More
Regex optimization and best practice...

javascriptregexregex-lookaroundsregex-groupregex-greedy

Read More
RegEx for extracting a decimal number...

pythonregexpandasregex-groupregex-greedy

Read More
RegEx for matching specific URLs...

pythonregexregex-lookaroundsregex-groupregex-greedy

Read More
RegEx for matching dates (Month Day, Year OR m/d/yy)...

c#regexregex-lookaroundsregex-groupregex-greedy

Read More
RegEx for adding a comma and space in between first/last names...

regexstringregex-groupregex-greedyknime

Read More
RegEx for HTML tag conversion...

phphtmlregexregex-groupregex-greedy

Read More
RegEx for matching YouTube embed ID...

javascriptregexregex-groupregex-greedy

Read More
RegEx for matching the last line...

regexperformanceregex-lookaroundsregex-greedy

Read More
RegEx for matching a special pattern in VB.net...

regexvb.netregex-lookaroundsregex-groupregex-greedy

Read More
Regex for matching a string until the first occurrence of a delimiter...

regexstringregex-negationregex-greedy

Read More
Regex for extracting the exception names...

regexregex-groupregex-greedy

Read More
RegEx for capturing the first closing tag in BBCode...

regexregex-lookaroundsregex-groupregex-greedybbcode

Read More
RegEx for matching square bracketed words with no parenthesis following...

javascriptregexmarkdownregex-greedy

Read More
RegEx for matching words only formed with a list of letters...

javascriptregexregex-lookaroundsregex-groupregex-greedy

Read More
RegEx for matching the last occurrence of a tag...

regexgoregex-groupregex-greedy

Read More
RegEx for finding strings with chars and numbers...

regexstringregex-greedy

Read More
Javascript RegEx Lazy match...

javascriptregexregex-greedy

Read More
Non-greed regex misunderstanding, /\/.*?$/ act like greed...

javascriptregexregex-greedy

Read More
Avoid catastrophic backtracking for my current requirement...

regexregex-greedy

Read More
How to make a list of the findings in a text file by using Regular Expression with R?...

rregexregex-lookaroundsregex-greedy

Read More
How to select with regex multiple lines with two or even more conditional groups/matches?...

regexregex-greedy

Read More
Java regex : find the last occurrence of a string using Matcher.matches()...

javaregexregex-greedy

Read More
Python Regex Key Value Matching...

regexpython-3.xregex-greedy

Read More
RegEx greedy matching and backtracking...

regexregex-greedy

Read More
Python regular expression problem with greedy...

regexpython-3.xregex-greedy

Read More
Regex match last occurrence of a string from multiple lines...

regexregex-greedy

Read More
How to match the last pattern in Regex, using .NET?...

.netregexregex-greedy

Read More
Does this regex fail, or do I need to modify the regex to support "optional followed by"?...

pythonregexregex-greedy

Read More
BackNext