Search code examples
Match a number of letters based on how many numbers are matched using Regex...

pythonregexpython-re

Read More
What is the correct Regex to find a letter but NOT if it appears in a bigger pattern/word/phrase?...

regexpython-re

Read More
Python regex. Get the last word from a sequence...

pythonregexpython-re

Read More
How to get all the indexes of leading zeroes using regex in python...

pythonregexpython-re

Read More
Pattern matching of filename between underscores and compare included date string to current datetim...

pythonregexdatefilenamespython-re

Read More
How to add a string to a paragraph after a particular word Python...

pythonstringpython-re

Read More
Python Regex - Summing the total of times strings from a list appear in a separate string...

pythonregextextcountpython-re

Read More
Extracting first numerical value occuring after some token in text in python...

python-3.xregexpython-re

Read More
Match all punctuation not surrounded by alphanumeric characters?...

pythonregexstringpython-repunctuation

Read More
How to use regex to find different rules?...

python-3.xpython-re

Read More
how to use python's reqular expression to match ip?...

pythonpython-re

Read More
how to find all "1401\/07\/29 19:00:00" pattern in a text with regex in python...

pythonregexpython-re

Read More
Find the first/last n words of a string with a maximum of 20 characters using regex...

pythonregexpython-re

Read More
Python re matching fails to work for extened unicode range...

pythonunicodepython-re

Read More
Transform "4CA2CACA" to "CCCCACCACA"...

pythonpython-re

Read More
finding href path value Python regex...

pythonregexpython-re

Read More
How to extract value from re?...

pythonpython-re

Read More
multiple delimiters: split on first delimiter only if second is not found...

pythonregexpython-re

Read More
Python pattern search return only inside quotes...

pythonpython-3.xpython-repython-pattern

Read More
How to use `re.findall` to extract data from string...

python-3.xregexpython-re

Read More
Reinstate lost leading zeroes in Python list...

pythonregexpython-re

Read More
Python regular expression help needed, multiple lines regex...

pythonhtmlcssregexpython-re

Read More
Split a text by specific word or phrase and keep the word in Python...

pythontextsplitdelimiterpython-re

Read More
Is there a way to split a string on delimiters including colon(:) except when it involves time?...

pythonregexstringsplitpython-re

Read More
How can I use regex to get numbers and Chinese?...

python-3.xregexpython-re

Read More
Python Regex to extract file where filename contains and also should not contain specific pattern fr...

pythonregexzippython-repython-zipfile

Read More
Why are there space outcome in my re.split() result...

pythonpython-3.xsplitpython-re

Read More
pandas: text analysis: Transfer raw data to dataframe...

pythonpandasdataframenlppython-re

Read More
Replace a regex pattern in a string with another regex pattern in Python...

pythonregexpython-re

Read More
Python remove text if same of another column...

pythonpandasdataframepython-re

Read More
BackNext