Search code examples
Why am I getting the error-"re.error: multiple repeat at position 2"...

pythonpython-re

Read More
Regular expression operations to separate store locations with in Walmart locations...

pythonjsoncsvweb-scrapingpython-re

Read More
Remove the part with a character and numbers connected together in a string...

pythonstringnlppython-re

Read More
Regex - question about finding every word in a string that begins with a letter...

pythonregexpython-re

Read More
How to get json string from a website using Python?...

pythonjsonpython-requestspython-re

Read More
Pandas DataFrame extract between one START word and multiple STOP words...

pythonpandaspython-re

Read More
How can I find pattern when Regex reads digits as string type?...

pythonpdfpython-re

Read More
Python regex to return characters after a search term...

pythonpython-re

Read More
replace before and after a string using re in python...

pythonregexpython-re

Read More
Replace more than two dots as unicode ellipsis...

pythonregexpython-re

Read More
Python reformatting strings based on contents...

python-3.xregexpython-re

Read More
remove string which contains special character by python regular expression...

python-3.xpython-re

Read More
re.search only return part of strings...

pythonbeautifulsouplxmlpython-re

Read More
why does re.sub replaces none of the occurrences even there is already pattern, repl and string adde...

pythonpython-re

Read More
How can I group RegEx correctly with '|'?...

pythonpython-re

Read More
Python Regex : I would like to find all overlapping and non overlapping pattern matches...

pythonregexlistpython-re

Read More
Remove digits from a string when they are followed by a letter pattern...

pythonpython-re

Read More
Python sort and delete duplicates in list an use re.sub...

pythonsedpython-re

Read More
How to split paragraphs by specific starts and ends with specific rules by python re or something?...

pythonpython-re

Read More
RE Pattern for finding sets in a string...

python-3.7python-re

Read More
How to get full name of the YouTube video after search a video using python?...

pythonyoutubeurllibpython-re

Read More
Replace line in file using re...

pythonregexreplacepython-re

Read More
Python Re module: find words after specific word...

pythonpython-re

Read More
Getting an "unterminated subpattern" error I don't understand...

pythonpython-3.xpython-re

Read More
How to split a text file into smaller files based on regex pattern?...

pythonregexpython-retext-manipulation

Read More
Regex for Month-Day, Delimiter on Wrong Side...

pythonregexpython-re

Read More
Applying function to pandas dataframe column after str.findall...

pythonpandaspython-re

Read More
Regex to get previous word followed by a phrase in python...

pythonregexsplitpython-retext-extraction

Read More
Why do multi-line strings lead to different pattern matches from single line strings when using pyth...

pythonregexpython-re

Read More
Using Python Re to extract percentages from string...

regexpython-re

Read More
BackNext