Search code examples
TCL I want to find a regex pattern to match only integers...

javascriptregextclregex-lookarounds

Read More
Return only one group with OR condition in Regex...

regexregex-negationregex-lookaroundsregex-groupregex-greedy

Read More
Regex to repair malformed XML attributes, removing spaces in tags...

c#regexregex-lookaroundsregex-groupregexp-replace

Read More
regex: negative lookahead with multiline text...

regexregex-lookaroundsregex-negation

Read More
Regex match only if not in context...

regexregex-lookaroundsregex-groupneovim

Read More
Finding last occurrence of a pattern with lookaround...

javascriptregexregex-lookarounds

Read More
Regex matching a string in a filename while excluding another string...

regexregex-lookarounds

Read More
Split string on "and" and a few symbols, but prevent split on hyphens if surrounded by dig...

phpregexregex-lookaroundspreg-splitdelimited

Read More
How to extract multiple values matching a pattern after a specific keyword?...

javaregexregex-lookaroundsregex-group

Read More
Keep/remove log line entries containing a word that continues over multiple lines, until the next ti...

regexregex-lookarounds

Read More
How to match these string variations in regex?...

regexgoregex-lookaroundsregex-groupregex-greedy

Read More
Regex to extract multidimensional keys using bracket notation...

regexregex-lookaroundspcreregex-greedy

Read More
look for strings which are starting with . do not contain a . and end with _ any character : then an...

regexregex-lookarounds

Read More
Find value before a searched value in a delimited string...

phpregexstringregex-lookaroundstext-extraction

Read More
Regex to find all class names from .css file...

pythonregexregex-lookarounds

Read More
Regex match string but do not match when containing certain elements...

regexregex-lookarounds

Read More
Python regex to match string not preceded by another string, but with other words in between...

pythonregexregex-lookarounds

Read More
Java regular expressions with negative lookahead...

javaregexregex-lookarounds

Read More
Checking specific Regexp that can contain up to 3 keys made by letters and numbers and separated by ...

regexregex-lookarounds

Read More
Match only if following string matches pattern...

pythonregexregex-lookarounds

Read More
Implementing a Negative Lookahead in Regex to exclude a block of code if it contains a certain strin...

javaregexregex-lookarounds

Read More
regexp negative lookahead with groups...

javaregexregex-lookaroundsregex-group

Read More
Capturing negative lookahead...

pythonregexregex-lookaroundsregex-negation

Read More
Regex issue - Matching API name...

javaregexregex-lookarounds

Read More
Regex - Match a word but do not match a phrase that can appear anywhere in the phrase...

pythonregexregex-lookarounds

Read More
Regular Expression - Match all but first letter in each word in sentence...

regexlookbehindregex-lookarounds

Read More
Not able to figure-out where I am making a mistake...

pythonregexfor-loopapplyregex-lookarounds

Read More
Searching unescaped ampersands in a pseudo XML file on Neovim with negative lookahead...

regexvimregex-lookaroundsneovimnegative-lookbehind

Read More
Regular Expression: Ensure that if a string contains specified symbols, then they must be enclosed b...

regexregex-lookarounds

Read More
How do I exclude a pattern with a lookbehind that is in front of another pattern?...

pythonpython-3.xregexregex-lookaroundsregex-group

Read More
BackNext