Search code examples
Static typing of Python regular expression: 'incompatible type "str"; expected "A...


pythonpython-typingmypypython-re

Read More
Extracting string from ann email body...


pythonstringlistpython-reimapi

Read More
Issue with Toggling Sign of the Last Entered Number in Calculator Using ⁺∕₋ in Python...


pythonpython-recustomtkinter

Read More
RegEx: Python (findall). Order of elements in OR statement resulting in different output...


pythonregexpython-refindall

Read More
Capitalize First Letter but not when number comes in first place in Python...


pythonpython-3.xstringpython-recapitalize

Read More
Using re to match a digit + any contiguous duplicates and storing the duplicates, not just the digit...


pythonregexstringpython-re

Read More
Regular expression for searching only natural numbers...


pythonpython-re

Read More
python re identifiers not working with lookahead and lookbehind...


pythonregex-lookaroundspython-re

Read More
Grabbing a specific url from a webpage with re and requests...


pythonregexpython-requestspython-re

Read More
Python re.sub () replace content but replacement contains special characters...


pythonspecial-characterspython-re

Read More
Unexpected behaviour of the regex "{m, n}?$"...


regexpython-re

Read More
Reformat complex file output from an old fortran program to csv using python...


pythonpandaspython-re

Read More
Text is split depending on the order of specific delimiter...


pythonregexsplitpython-re

Read More
Sumarize double for loop into list comprehension...


pythonlistdictionaryfilepython-re

Read More
Why do certain regex functions return a match object and a few don't?...


pythonregexpython-re

Read More
Add string before character in nested list using python...


pythonlistpython-re

Read More
How to use regex to extract a set of particular substrings?...


pythonregexpython-re

Read More
Why is `re.Pattern` generic?...


pythonmypypython-typingpython-re

Read More
How to convert string to snakecase format in python...


pythonstringpython-resnakecasing

Read More
Replace characters before a number to a new character after the number python...


pythonpython-3.xstringpython-re

Read More
How to get list of file's url using urllib.request?...


pythonpython-re

Read More
How to find all occurrences of a substring in a string while ignoring some characters in Python?...


pythonstringpython-re

Read More
How to extract the volume from a string using a regular expression?...


pythonregexpython-re

Read More
How can I simplify this method to replace punctuation while keeping special words intact?...


pythonpython-re

Read More
How do I fix this Reg ex so that it matches hyphenated words where the final segment ends in a conso...


pythonregexpython-re

Read More
Replacing part of string with re.sub with number and string...


python-3.xpython-re

Read More
How can a number range and value be extracted from this complicated string using Python?...


pythonjsonstringsplitpython-re

Read More
Match a patern with multiple entries in arbitrary order in Python with re...


pythonregexpython-re

Read More
Specialize the regex type re.Pattern...


pythonmypypython-typingpython-re

Read More
get all calling function inside a function...


pythonpython-3.xpython-re

Read More
BackNext