List Question
20 TechQA 2024-03-31T23:37:17.373000How to create a regular expression to partition a string that terminates in either ": 45" or ",", without the ": "
154 views
Asked by Raymond WK
How do I make it so all arrays are the same length?
59 views
Asked by Elard
Why does \b not interpreted as backslash in this regular expression
44 views
Asked by forstack overflowizi
Extracting info between two tags with re
27 views
Asked by Ruslan
Need to parse sql with reg exp
58 views
Asked by V4kodin
Python - electoral data extraction and regex
56 views
Asked by Tony
Is there any way to have re.sub report out on every replacement it makes?
50 views
Asked by Zachary
Find a string between two substrings, BUT the end of the first is the start of the next one
44 views
Asked by WoweMain
Best way to use re.sub with a different behavior when first called
31 views
Asked by Zachary
How do I extract texts from tables in html while still maintaining its form? BS4/Python
20 views
Asked by Kano
how do i extract the multiple pattern in a column value and put it in new dataframe
36 views
Asked by Amingo husk
How can I find all hex codes for a Unicode character?
146 views
Asked by Dinh Quang Tuan
Regex pattern no working in Python but on RegExr?
35 views
Asked by St4rb0y
re.findall giving different results to re.compile.regex
70 views
Asked by Will1v
How to stop regex matchingbefore a special character
51 views
Asked by Sri Ram
regex match and extract the word before parenthesis
65 views
Asked by turtle_in_mind
Search a string and print the line if it is found in python
91 views
Asked by Damien
Using regular expressions in Python to find specific word
42 views
Asked by Prokhozhii