Search code examples
Extract numbers from response in python3...

python-3.xpython-requestspython-re

Read More
Regular expression (^|[^A-Za-z0-9])Trump([^A-Za-z0-9]|$) meaning...

python-3.xregexpandasstringpython-re

Read More
Replace string column endwiths specific substrings under condition of another column with Pandas...

python-3.xpandasdataframepython-re

Read More
How to extract minimum of multiple numbers from the string of dictionary values...

pythonlistdictionaryfor-looppython-re

Read More
How to remove string None from a single string with commas and count the most common words in a row?...

pythonpandasdataframepython-re

Read More
How to remove special character for a single string with commas in it?...

pythonpandaspython-re

Read More
split record columns of the form win-lose-draw and sometimes NC into 4 separate columns...

pythonpandaspython-re

Read More
regex for strings that are Uppercase letters with numbers of minlength 6, and Uppercase letters with...

pythonregexpython-refindall

Read More
Regex match words that are by their own or surrounded by underscores...

pythonregexpython-re

Read More
re pattern to include year of dates...

pythonpython-3.xregexpython-re

Read More
How do I limit the user from entering the wrong format for my time field...

pythonregexdatetimetimepython-re

Read More
How To Construct re.findall Regex In Python To Capture Youtube Timestamp...

pythonregexlistyoutubepython-re

Read More
re.sub replace substring between two specific characters multiple times...

pythonpython-3.xregexstringpython-re

Read More
Nested for loop in list comprehension not recognised python...

pythonlist-comprehensionpython-re

Read More
regular expression to extract "5 rnd" from "5 Rnd (5-5-5-5-5)"...

pythonpython-re

Read More
How to match a string that a specific word doesn't comes before it?...

pythonregexpython-re

Read More
How to use Python re to remove all sub-strings starting with letters or numbers and ending with &quo...

pythontextnlppython-re

Read More
regular expression can not find all...

pythonpython-re

Read More
Finding a special sequence of numbers (coordinates) in a string...

pythonpython-2.7coordinatespython-re

Read More
Remove duplicate pattern (dutch number and postal code) REGEX...

pythonpython-re

Read More
Python re.sub How to replace every 0 in a string with a 2 when there is no 1 directly next to it?...

pythonregexpython-re

Read More
Remove content with parentheses under multiple conditions in Python...

python-3.xpandaspython-re

Read More
re.findall to get a list directories from a /-separated pathname, but allowing // as a literal, sing...

pythonpython-re

Read More
re.error with Python 3.9.6 / Mac OS Big Sur...

pythonparsingpython-re

Read More
How to isolate timestamp and expression from log file using regex...

pythonregexparsingpython-re

Read More
How to find all Discord Invites in a message...

pythonpython-3.xdiscord.pypython-re

Read More
How to add exception for bad word in regular expression for profanity?...

pythonregexpython-re

Read More
How can I clean and text mine a list of lists in Python...

pythonbeautifulsoupscikit-learnpython-re

Read More
Remove newline characters from pandas series of lists...

pythonpandasnewlinepython-re

Read More
Python 3 Regular expression Lease DHCP...

pythonpython-3.8python-re

Read More
BackNext