Search code examples
how can I partition a line into code and comment using a single regex in perl?...


perlhashtableregex-lookaroundsregex-group

Read More
Regex : I need to extract all words except the string `ignore`...


regexregex-lookarounds

Read More
PCRE Regex: Exclude last portion of word...


regexregex-lookarounds

Read More
First Name Last Name (Optional) space comma, but do NOT Get Anything If There are 3 Letters Capitali...


javascriptjqueryregexregex-lookaroundsregex-negation

Read More
Regex statement to replace spaces with underscore between words starting with Capital Letter...


pythonregexstringregex-lookarounds

Read More
Regex includes Lookahead strings in selection...


rregexregex-lookaroundspositive-lookahead

Read More
Finding unique characters in words with RegEx...


regexregex-lookarounds

Read More
Regex expression to match strings after example codes...


regexvb.netregex-lookarounds

Read More
Look around pattern doesn't occasionally work...


rregextidyverseregex-lookarounds

Read More
How can I use negative lookbehind to exclude fractions?...


regex-lookarounds

Read More
Regex Dot to End of Line...


regexregex-lookaroundsregexp-replace

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


rregexstringpattern-matchingregex-lookarounds

Read More
Linux or Vim: How to find and replace matched string, except for the last character?...


regexvimregex-lookarounds

Read More
RegEx match pattern within a line only if line begins with a specific criteria...


regexregex-lookaroundssentence

Read More
Regex for existence of some words whose order doesn't matter...


pythonregexstringstring-matchingregex-lookarounds

Read More
Python re.findall without lookarounds and not multiline mode (AND NOT SPLIT()) to capture everything...


pythonregexregex-lookaroundsmultiline

Read More
Is it possible to detect combinations and permutations of captured groups in a single line?...


c#regexcombinationspermutationregex-lookarounds

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


pythonregexpattern-matchingregex-lookaroundsregexp-replace

Read More
regex: match pattern only if not preceded by special character / inside comment...


phpregexpcreregex-lookarounds

Read More
Python Regex to extract email...


regexstringregex-lookaroundsregex-group

Read More
How to exclude the last word after the regex match?...


regexregex-lookaroundsregex-groupregex-negationgrok

Read More
Replacing overlapping matches in a string (regex or string operations)...


c#regexstringreplaceregex-lookarounds

Read More
/(?<=.*)(\w\w)(?=.*)/ not giving what I would expect...


regexregex-lookaroundsregex-group

Read More
Match IP without port 80...


regexregex-lookarounds

Read More
regex: match everything, but not a certain string including white sapce (regular expression, inspite...


vbaregex-lookaroundsregex-negationlookbehind

Read More
How to write regex which matches all characters that does not contain any control characters?...


regexregex-lookarounds

Read More
RegEx non-greedy quantifier .*? not working as expected...


regexregex-lookaroundsregex-greedy

Read More
Variable-Length Lookbehind not work in perl file, but work in one-liner...


regexperlregex-lookaroundslookbehind

Read More
Regular Expression not Matching Entire Input Text as Expected...


regexregex-lookarounds

Read More
RegEx - Match Words in Same Sentence with Negative Lookaround...


regexregex-lookaroundssentence

Read More
BackNext