Search code examples
Python re.sub() does not perform any substitution if used within function...

pythonpython-3.xfunctionpython-re

Read More
Re:sub expected string or byte-like object error...

pythonregexnlpnltkpython-re

Read More
Manipulating and grouping strings within a for loop...

pythonpandasregexfor-looppython-re

Read More
How to get all the text before and after some characters using regular expressions...

pythonpython-re

Read More
Regex remove certain part of an email...

regexpython-re

Read More
regex match after decimal number (python re)...

python-re

Read More
Extract part of a text and split into two columns...

pythonpandaspython-re

Read More
Python Regex: Match a sentence starting with title and contains "ask'...

python-re

Read More
Expand currency sign with moving words inside string...

pythonpython-re

Read More
Create a regex to convert this type of substring ":30:00" to this other "00:30",...

pythonpython-3.xregexstringpython-re

Read More
Converting Youtube Data API V3 video duration format to seconds in Python3...

pythonpython-re

Read More
Detect a pattern within a string, extract all the substrings in which that pattern occurs and then m...

pythonregexstringlistpython-re

Read More
Giving more priority to later capture group in date regex...

pythonregexpython-retimedelta

Read More
madLibs.py Automate the boring stuff...

pythonpython-re

Read More
Regex (Python) - How to match part of a string multiple times?...

pythonpython-3.xregexpython-re

Read More
How do I search for an attribute using BeautifulSoup?...

htmlbeautifulsouppython-re

Read More
replace specific pattern by using regular expression in python...

pythonpython-3.xregexpython-repython-pattern

Read More
Set a start and/or end regex pattern of a substring to replace it with another in certain desired ca...

pythonpython-3.xregexstringpython-re

Read More
re.findall() not returning any results...

pythonicalendarpython-re

Read More
How to use regular expressions to match digits inside parentheses?...

pythonpython-re

Read More
How can I catch the following groups with a regex?...

pythonregexregex-grouppython-re

Read More
Regular expression performance drop when using "caret" in Python...

pythonregexpython-re

Read More
Clean repetitiveness in re.search() string...

python-re

Read More
How can I split a string into a list by sentences, but keep the \n?...

pythonpython-removiepy

Read More
What should I add or what other way is there?...

pythonregexpython-re

Read More
re.finditer has some length but I'm unable to iterate over it...

pythonpython-re

Read More
Regex python find whole line where there are multiple commas...

pythonpython-re

Read More
Parsing string into list of outputs...

pythonstringtextbioinformaticspython-re

Read More
How do I match all unicode lowercase characters in Python with a regular expression?...

pythonpython-3.xregexunicodepython-re

Read More
Come up with the regular expression the matches all the digits in the string "Arizona: 479, 501...

python-re

Read More
BackNext