Search code examples
How to remove both number and text from a parenthesis using regrex in python?...

python-3.xpython-re

Read More
Is there a way to convert/standardize text into Integer in Python?...

pythonpandasnumpypython-re

Read More
How to get multiple substrings from a matching string?...

pythonsearchmatchpython-re

Read More
Is there a way to covert date (with different format) into a standardized format in python?...

pythonpandasdatepython-re

Read More
Split text only by comma or (comma and space) not only with space...

pythonpython-3.xregexpython-re

Read More
Python Regex Expression Needed to Add Only a 2nd Backslash...

pythonpython-re

Read More
I have a problem with construct regular expression...

pythonpandaspython-re

Read More
Parse ascii table header...

pythonparsingasciipython-reprettytable

Read More
Python split() without removing the delimiter in a list...

pythonpysparksplitpython-re

Read More
How do I extract with regex all the text (numbers, letters, symbols) after the second capital letter...

pythonregexstringvalidationpython-re

Read More
How to change string to list in pandas data frame?...

pandasstringlistpython-re

Read More
Partial string matching in python using re...

pythonpython-re

Read More
What is the difference between .* and .*? in a regular expression?...

pythonpython-re

Read More
Using Python re and findall to match complex combination of digits in string...

pythonregexpython-re

Read More
re.sub not acting as I would expect, please explain what is happening here?...

pythonpython-re

Read More
Remove digits between two fullstops...

pythonregextextpython-redigits

Read More
Why does this regular expression sometimes get stuck and freeze my program? what alternative could i...

pythonregexstringvalidationpython-re

Read More
How to exclude prefixed substrings from column values...

regexpandaspython-re

Read More
Python regex to find all strings that start with ' and end with '.tr ignoring leading and tr...

pythonregexpython-re

Read More
Why the stopwords won't be filtered in my program...

pythonnltkpython-restop-words

Read More
How to replace text between multiple tags based on character length...

pythonregexstringreplacepython-re

Read More
Is there a faster way to extract lines from a file?...

python-3.xpython-re

Read More
re.sub change the direction of the replaced Persian/Arabic content...

pythonregexarabicpython-refarsi

Read More
How to filter some urls from python list?...

pythonbeautifulsoupurllibpython-reurllib3

Read More
Replace a pattern in column of a csv file using Python...

pythonpandaspython-re

Read More
How to check if a value in the list exists in the dataframe?...

pythonpandaspython-re

Read More
Extract multiple values from a string via regex...

regexpython-re

Read More
Erlang regular expression to replace all occurrences...

regexerlangpython-re

Read More
How to extract Bold text from pdf using python?...

pythonnlppython-re

Read More
Regex for matching only capitalized words stuck together (i.e. not separated by whitespace)...

pythonregexpython-re

Read More
BackNext