Search code examples
regex to find a string or another string in search and then return one part of the searched with gro...

pythonregexpython-re

Read More
How to get the rows which contain a specific words?...

pythonpandasextractpython-re

Read More
regex groups with uneven number of groups...

regexregex-grouppython-re

Read More
python regex not woking for multiple words (re)...

pythonregexpython-re

Read More
How to find data in string?...

pythonpython-re

Read More
Why doesn't re.compile(rf"(\b{re.escape('g(x)')}\b)+",re.I) find the string &#...

pythonpython-3.xpython-re

Read More
Keyword categorization from strings in a new column in pandas...

pythonpandasstringpython-re

Read More
Getting the token sequence number after regex matching in python...

pythonpython-re

Read More
Extract data if between substrings else full string...

pythonregexpython-re

Read More
Search for WORD at line-start and include all lines before that are not blank...

pythonpython-re

Read More
extracting number with decimal points from text extracted from pdf files...

pythonregexpython-re

Read More
python: Dictionary key as row index, values as column headers. How do I refer back and select specif...

pythonpandasdictionarypython-re

Read More
re get text between braces...

pythonregexpython-re

Read More
RE Compile giving error unbalanced parenthesis...

python-2.7python-re

Read More
How to return certain text in a file, python - New to programming...

pythonregexlistpython-re

Read More
Python: How to parse a Tiktok url from a given text...

pythonparsingurlpython-re

Read More
How to get list of columns based on certain pattern from dataframe...

python-3.xpandaspython-re

Read More
Use re.sub to replace a pattern...

pythonpython-re

Read More
Find all sentences containing specific words...

pythonregexpython-re

Read More
combining consecutive matches and separating non-consecutive matches with from re findall...

python-3.xregexpython-re

Read More
unique words dictionary remove special characters and numbers...

pythonimportpython-re

Read More
Finding a substring in a list of lists...

pythonpython-3.xlistpython-re

Read More
Create Dataframe Exatracting Words With Period After A Specicfic Word...

pythonregexstringdataframepython-re

Read More
Grab all text (including new lines) with Regex...

regexpython-re

Read More
How can I dynamically split the text based on multiple sub-titles in a given text for every new text...

pythonstringlistsplitpython-re

Read More
Retrieve all names from html tags using BeautifulSoup...

htmlbeautifulsouppython-re

Read More
Check Python String Formatting...

pythonpython-re

Read More
Get key=value pairs from a string with regex...

pythonregexpython-re

Read More
how to use re.sub to replace matches with a series of numbers...

htmlpython-3.xbeautifulsouppython-re

Read More
Extracting numbers from a string with a special structure with regular expressions...

pythonpython-re

Read More
BackNext