Search code examples
how to remove duplicate words from a list...

pythonstringlistpython-re

Read More
Get data from a string...

pythonpython-3.xstringpython-re

Read More
Extract all the numbers in a file and compute the sum of the numbers...

python-3.xregexpython-re

Read More
Django: cleaned_data for special characters and punctuation marks...

pythondjangodjango-formspython-re

Read More
Python re.compile truncates the string...

pythonregexpython-re

Read More
Negate findall in Python re module...

pythonpython-3.xregexpython-re

Read More
Why does Python 3's regular string substitution swallow characters?...

pythonpython-3.xpython-re

Read More
Can all string matching tasks be accomplished by only using the most basic syntax of regular express...

regexstringtextstring-matchingpython-re

Read More
Download Youtube playlist as mp3 in Python...

pythonyoutubepython-removiepypytube

Read More
Python: regex pattern fails after being split into multiple lines...

pythonpython-3.xregexpython-re

Read More
PYTHON - Find a number preceded by specific string...

pythonpython-re

Read More
Remove double quotes only if it between character Python...

pythonregexpython-re

Read More
Why does re.findall return a list of tuples containing empty strings but re.finditer works correctly...

pythonpython-re

Read More
Why do these two regular expressions work differently with re.sub(), but return the same match with ...

pythonpython-re

Read More
Match first substring option out of several options in a string...

pythonregexpython-re

Read More
How can I avoid superfluous leading whitespace when splitting a string with RegEx pattern with words...

pythonregexsplitpython-re

Read More
The result list contains single spaces when splitting a string with re.split("( )+") – is ...

pythonsplitpython-re

Read More
How to remove prefix from st.write...

regexpython-restreamlit

Read More
Regex pattern for embedded date...

regexpython-re

Read More
How to fix this regex to properly match any string starting with two ##...

pythonregexpython-re

Read More
re.sub a list of words, ignore case...

pythonpython-re

Read More
Remove texts that are enclosed in square brackets in Pandas...

pythonpandaspython-re

Read More
How to get the regex code for words spilted by underscore?...

pythonregexpython-re

Read More
Extracting specific string format of digits...

pythontextpython-re

Read More
How to match & symbols which inside brackets using regex...

regexpython-re

Read More
Understand a Python regex "[^A-Za-z|\s]|(x)\1{1,}"...

regexpython-re

Read More
How to parse custom operators inside a evaluable python string?...

pythonstringabstract-syntax-treepython-re

Read More
Create cartesian product of strings by replacing substrings from a list...

pythonstringalgorithmcombinatoricspython-re

Read More
I'm unable to write regular expression for capturing mount options from fstab...

pythonpython-3.xregexpython-re

Read More
Python detect dates containing commas and remove comma from text file...

pythonpandaspython-re

Read More
BackNext