Search code examples
Regex python - Match newline only if it is followed by number or special character and space...


pythonregexregex-lookaroundspositive-lookahead

Read More
Match in whole string with punctuation (issues using \b)...


pythonregexregex-lookaroundsregex-group

Read More
Regex : replace a phrase only if NOT preceded by a word...


regexperlregex-lookarounds

Read More
Regex Conditional Matching in One Capture Group...


regexregex-lookarounds

Read More
Why does vim consume the pattern after \ze in this case?...


regexvimregex-lookarounds

Read More
ANTLR4 match any not-matched sections into one single STRING token...


parsingantlrantlr4regex-lookarounds

Read More
Trying to match string A if string B is found anywhere before it...


regexregex-lookaroundslookbehind

Read More
Perl search and replace until positive lookahead over several lines - not working as expected?...


regexperlreplaceregex-lookaroundsfasta

Read More
Unmatch complete words if a negative lookahead is satisfied...


regexregex-lookarounds

Read More
Regex in R: match collocates of node word...


rregexregex-lookarounds

Read More
Regex in R: how to fill dataframe with multiple matches to left and right of target string...


rregexregex-lookarounds

Read More
Regex to match character if not between digits...


regexlanguage-agnosticregex-lookarounds

Read More
regex pattern to find words in any order...


rregexregex-lookaroundsregex-group

Read More
Regex Python: Negative Lookahead delete/keep digits at the beginning...


pythonregexregex-lookarounds

Read More
Find substring not at beginning of string...


rregexregex-lookarounds

Read More
Set together letters and numbers that are ordinal numbers...


pythonregexregex-lookarounds

Read More
Regex Python: Keep first digits...


pythonregexregex-lookarounds

Read More
What's the regex to match a string except it has a $ dollar sign in it?...


regexregex-lookarounds

Read More
AND operator in mongodb regex...


node.jsregexmongodbmongodb-queryregex-lookarounds

Read More
Regex: Find tagged strings in text...


regexregex-lookarounds

Read More
Regex match characters when not preceded by a string...


regexpython-3.xregex-lookarounds

Read More
Regex: Set together single characters as long as they are letters...


pythonregexregex-lookarounds

Read More
Match line breaks in lines that are not starting with a special character...


javascriptregexregex-lookarounds

Read More
How to find more than one match of numbers utilizing regex...


regexregex-lookarounds

Read More
How do I match use regex to match multi-line text with specific starting and ending patterns...


pythonregexregex-lookaroundsmultiline

Read More
Finding word matches between named nested list and data frame column...


rregexstringdictionaryregex-lookarounds

Read More
Regex - Extract string between two expressions, get only last apperance...


regexregex-lookarounds

Read More
R tidyr: use separate function to separate character column with comma-separated text into multiple ...


rregextidyversetidyrregex-lookarounds

Read More
R tidyr regex: extract ordered numbers from character column...


rregextidyrregex-lookarounds

Read More
R regex regular expression: create list of characters from comma-separated values in a string...


rregexregex-lookaroundsregex-group

Read More
BackNext