Search code examples
How to select text ignoring line breaks...

pythonpython-re

Read More
How to split only "±" in a python string?...

pythonpython-3.xpython-re

Read More
Check a list of words and return found words from page source code with a unique list...

pythonpython-3.xlistpython-requestspython-re

Read More
re.IGNORCASE flag not working with .str.extract...

pythonpandaspython-re

Read More
How to print number after end() method?...

pythonpython-re

Read More
How to implement re.IGNORECASE method in grep of python-docx...

pythonpython-repython-docx

Read More
Regex return match plus string up until next match...

pythonregexpython-re

Read More
Regex to match URLs with and without domain name in python?...

pythonregexpython-re

Read More
How to use regex in python to catch patterns like keyword1 [arbitrary characters with a max length o...

pythonpython-3.xregexpython-re

Read More
Match everything before a set of characters but if they aren't present then match everything...

pythonregexpython-re

Read More
How to remove # from hashtag using Python RegEx...

regexpython-rehashtag

Read More
how to find a piece of text between <h3> and </h3> in an html page with python...

pythonhtmlpython-re

Read More
Using regular expression to match and replace...

pythonregexpython-re

Read More
Regular expression to match closest tag above specific word (HLS media playlist)...

regexhttp-live-streamingpython-re

Read More
Python: Cosine similarity between sentences with synonyms...

pythonnlppython-recosine-similarity

Read More
How to also extract sentence before and after sentence with keyword or substring?...

pythonpandastextpython-refindall

Read More
Python - Parse SQL Query to return only fields names using regular expression...

pythonregexpython-re

Read More
python re.split function, how do I return the full character set?...

pythonregexpython-re

Read More
How to match CSS classes only with their contents by using Python + regex...

pythoncsspython-re

Read More
Why isn't matches with regex storing to the dictionary properly?...

pythonregexdictionarypython-re

Read More
Python 3 re.sub returns unprintable characters instead of string...

python-3.xpython-re

Read More
Python re expression available with decimal and scientific notations...

pythonregexpython-re

Read More
Extract last sequence of digits from string along with everything that precede it...

pythonpython-re

Read More
Function with two loops...

pythonregexfunctionloopspython-re

Read More
write RE to get string in between first alphabet to last alphabet?...

pythonpython-3.xlistpython-re

Read More
regex ":[^]" not working in python re module...

pythonregexpython-re

Read More
Using expression matching inside a string...

pythonpython-re

Read More
I'm trying to extract emails, and I'm getting a TypeError...

pythonpandasdocxpython-re

Read More
combining split with findall...

pythonsplitpython-re

Read More
Extract values from Regex Group...

pythonregexpython-re

Read More
BackNext