Search code examples
why does REGEX GROUP treat list of strings sometimes as string and sometimes as list?...

pythonregexregex-group

Read More
Firefox gives SyntaxError: invalid regexp group...

regexreactjsfirefoxregex-group

Read More
ValueError: too many values to unpack (expected 2) , when I try to extract only 2 substrings from a ...

pythonpython-3.xregexstringregex-group

Read More
Regex for password validation at Google Forms...

regexgoogle-formsregex-lookaroundsregex-group

Read More
Capture outer paren groups while ignoring inner paren groups...

c#regexregex-group

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

perlhashtableregex-lookaroundsregex-group

Read More
Regex extract group inside optional group...

pythonregexregex-group

Read More
Regex matching groups of contacts...

phpregexregex-group

Read More
conditioning issue to locate a group...

regexregex-group

Read More
Regex in Java use same group in alternative matches...

javaregexregex-group

Read More
How to exclude an optional trailing comma from string capture?...

regexregex-group

Read More
Regex match a dynamic pattern...

javascriptregexregex-groupregex-negation

Read More
regex: create empty groups between characters including when theres nothing between...

regexregex-group

Read More
How to remove unique character based on the same index via regex...

pythonregexregex-group

Read More
Powershell Regex for optional equal sign separator in string...

powershellregex-group

Read More
Regex expression to match and store matched groups in an array...

javascriptregexstringregex-groupstring-matching

Read More
Python Regex - remove all "." and special characters EXCEPT the decimal point...

python-3.xregexregex-groupregexp-replacensregularexpression

Read More
Python Regex to extract email...

regexstringregex-lookaroundsregex-group

Read More
Why Youtube URL ID Regex find the id in the Regex service but doesn't work in the real JS code?...

javascriptregexurlyoutuberegex-group

Read More
Make regex safari compatible by removing negative lookbehind...

javascriptregexregex-group

Read More
Extracting highways from a string using regular expression matcher...

javascriptregexregex-group

Read More
Python Regex match numbers after words...

pythonpython-3.xregexregex-groupregex-negation

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

regexregex-lookaroundsregex-groupregex-negationgrok

Read More
Regex match last match before group...

regexregex-group

Read More
Stop regex search at optional pattern...

regexregex-group

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

regexregex-lookaroundsregex-group

Read More
I cant seem to build this simple regex expression...

regexregex-group

Read More
PowerShell regex, count groups instances and use it as reference in the same regex...

regexpowershellregex-group

Read More
Regex match every string inside double quotes and include escaped quotation marks...

javascriptregexregex-groupstring-matching

Read More
Regex pattern to strip all the numeric characters from the URL (except for the version number)...

regexregex-group

Read More
BackNext