Search code examples
My regex in python doesn't match using re.search()...


pythontextpython-re

Read More
Python re, extract path from text...


pythonpython-re

Read More
How to substitute each regex pattern with a corresponding item from a list...


pythonpython-re

Read More
Remove e-mail address with whitespaces...


pythonpython-3.xregexemailpython-re

Read More
What's the canonical way to use pytest to assert that a string matches a regex AND get good erro...


pytestpython-re

Read More
How do I write a regular expression to find all words which have 2 or more of the same consonant in ...


pythonpython-refindall

Read More
search for all string except new line characters and last string...


pythonpython-re

Read More
How to delete the numbers between two delimiters?...


pythonregexstringsubstringpython-re

Read More
re.finditer find one pattern of multiple matches in a text file...


pythonpython-re

Read More
re match text enclosed in { } where text may contain {{var}}...


pythonregexpython-re

Read More
How to match letters, digits, dashes, semicolons, dots and commas together but not if without digits...


python-3.xpython-re

Read More
Is there any way to have re.sub report out on every replacement it makes?...


pythonregexpython-re

Read More
Find a string between two substrings, BUT the end of the first is the start of the next one...


pythonpython-re

Read More
Best way to use re.sub with a different behavior when first called...


pythonfunctionglobal-variablespython-re

Read More
how do i extract the multiple pattern in a column value and put it in new dataframe...


pandasdataframepython-re

Read More
Regex pattern no working in Python but on RegExr?...


pythonpython-re

Read More
How to stop regex matchingbefore a special character...


pandasregexdataframedata-cleaningpython-re

Read More
re.findall giving different results to re.compile.regex...


pythoncompilationpython-refindall

Read More
regex match and extract the word before parenthesis...


python-3.xpython-re

Read More
Search a string and print the line if it is found in python...


pythoncsvfilefile-iopython-re

Read More
Using regular expressions in Python to find specific word...


pythonpython-re

Read More
Not more than one special symbol in a range from a long text...


pythonregexpython-re

Read More
Python script to read different message patterns...


pythonpython-re

Read More
re.split on an empty string...


pythonsplitpython-re

Read More
Why re.sub(r'\n$', '', "\n\n") gives "" instead of "\n&quot...


pythonpython-re

Read More
Regex string parsing: pattern starts with ; but can end with [;,)%&@]...


pythonregexstringreplacepython-re

Read More
Regex expression with substring and single quotes...


pythonregexpython-re

Read More
group dataframe by column, process values and normalize other column based on processed values...


pythonpandasgroup-bypython-re

Read More
add space between number and string python...


pythonregexstringpython-re

Read More
Regex to detect optional comment blocks followed by conditional blocks...


pythonregexparsingpython-re

Read More
BackNext