CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
pythonregexpython-re
02-06
database
Merge to lists in reverse chronological order using regular expression python
02-03
Blockchain
Regex group doesn't match with "?" even if it should
01-23
Mobile
Replacing sub-string occurrences with elements of a given list
01-21
Back-end
Unexpected behavior with regular expressions
01-05
front end
How to extract numbers attached to a set of characters in Python
01-02
OS
Why python regular expression asterisk * does't match the last character
12-22
database
python regex to extract only specific pattern file names from a list
12-22
other
Python allowing @ in alphanumeric regex
12-20
Software engineering
python regex transpose capture group into another regex
12-10
Software design
Regex alphabetic only variable length positive/negative lookbehind
12-08
OS
re.findall outputs blanks along with correct
11-30
Enterprise
Python Regular Expression: re.sub to replace matches
11-20
Mobile
How to parse the regex text between multiline and between two braces?
11-15
Software design
Repeating regex in Python
11-07
Mobile
Problem with Regex "The string is outside the <li></li>" Python
11-04
other
Match a number of letters based on how many numbers are matched using Regex
11-03
Enterprise
How to get all the indexes of leading zeroes using regex in python
11-03
Enterprise
Python regex. Get the last word from a sequence
11-02
front end
get index of leading 0s using regex re python
10-28
Software engineering
Extract content from regex python
10-23
Back-end
Find the first/last n words of a string with a maximum of 20 characters using regex
10-23
Back-end
how to find all "1401\/07\/29 19:00:00" pattern in a text with regex in python
10-21
Enterprise
finding href path value Python regex
10-19
Software design
multiple delimiters: split on first delimiter only if second is not found
10-16
database
Reinstate lost leading zeroes in Python list
10-02
Software design
Replace a regex pattern in a string with another regex pattern in Python
09-27
Software engineering
Regex to match URLs with and without domain name in python?
09-21
Enterprise
Match everything before a set of characters but if they aren't present then match everything
09-19
Blockchain
Python - Parse SQL Query to return only fields names using regular expression
09-19
Blockchain
python re.split function, how do I return the full character set?
Links:
CodePudding