Search code examples
Capture the same match into different groups...

pythonregexpython-re

Read More
How can I assert in a unit test that a regex pattern occurs multiple times in a string?...

pythonpython-unittestpython-re

Read More
How to check all pd.DataFrame for regular expression?...

pythonpandaspython-re

Read More
Python Docx using literal '?' in regex within quotes...

pythonregexpython-repython-docx

Read More
Confusing example from the Python re module...

pythonregexreplacepython-re

Read More
Regex not to match a part if some exact string after the thing I'm looking for...

pythonpython-re

Read More
Best way to parse lat and lon string...

pythonstringsplitnumberspython-re

Read More
Regular expression to catch a specific term in parentheses and in comma seperated list...

python-3.xpython-rensregularexpression

Read More
How to remove footnotes anchors ([1]) from a scraped wiki page?...

pythonregexpython-re

Read More
How does one match the file extension using re in python?...

python-3.xpython-re

Read More
Why my regex matches non-ascii characters?...

pythonregexpython-re

Read More
How to ignore ( in re module in Python...

pythonpython-3.xpython-re

Read More
How to capture words with letters separated by a consistent symbol in Python regex?...

pythonregexpython-re

Read More
Converting formula variables to variable names with regex operations...

pythonregexlistsplitpython-re

Read More
re substitute with the first group...

pythonpython-re

Read More
How to create a tree structure from a logical expression?...

pythonregexparsingexpression-treespython-re

Read More
Python re find start and end index of group match...

pythonpython-re

Read More
Iterate on values/key pairs in Python...

pythonarrayspython-re

Read More
Python how to perform `re.sub()` on array of strings while retaining splitting points...

pythonpython-re

Read More
python regex not capturing variables, but regex working...

pythonregexpython-re

Read More
re.search is not returning complete match...

pandaspython-re

Read More
Regex - pattern to match text from one street number to the next...

regexregex-lookaroundspython-reregex-negation

Read More
Python re.split how to split on multiple patterns specified from variables...

python-3.xsplitpython-re

Read More
Split text into chunks by ensuring the entireness of words...

pythonpython-re

Read More
re pattern - Find an expression located after two criteria...

pythonpython-re

Read More
Matching and replace multiple strings in python...

pythonpython-re

Read More
Search string that contains WORD with \W or ^ before and \W or $ after...

pythonregexpython-re

Read More
How to sort CSV file in ascending order by integer in middle of file name...

pythonpython-re

Read More
How to get list of possible replacements in string using regex in python?...

pythonregexpython-re

Read More
Dictionary update using .update() and pd.Series doesn't seem to work...

pythonpandaspython-re

Read More
BackNext