CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
re
03-06
other
how to match something in between a particular pattern in regex
03-05
Enterprise
Trying to replace values after dollar sign and before closing bracket with regex expression
03-05
Enterprise
split string with RegEx pattern with words and numbers
03-05
Net
PatternFill issue using Openpyxl on Python. Can anyone help me?
03-03
other
How to get the regex match without None
03-03
other
How to remove both number and text from a parenthesis using regrex in python?
03-02
Software engineering
Is there a way to convert/standardize text into Integer in Python?
03-02
Mobile
Split text only by comma or (comma and space) not only with space
03-01
Mobile
extracting number with decimal points from text extracted from pdf files
03-01
Blockchain
Is there a way to covert date (with different format) into a standardized format in python?
02-27
database
I have a problem with construct regular expression
02-26
Enterprise
Parse ascii table header
02-22
Back-end
How do I extract with regex all the text (numbers, letters, symbols) after the second capital letter
02-20
Back-end
Extract units from string using regex in python
02-18
other
How do I convert a unicode text to a text that python can read so that I could find that specific wo
02-18
Net
Using Python re and findall to match complex combination of digits in string
02-17
Blockchain
Remove digits between two fullstops
02-17
database
Regex Match Item in List and Perform Action Based on Match
02-17
Blockchain
re.sub not acting as I would expect, please explain what is happening here?
02-16
Blockchain
Why does this regular expression sometimes get stuck and freeze my program? what alternative could i
02-15
Mobile
How to exclude prefixed substrings from column values
02-15
Enterprise
How to find and combine the Whole Chemical Compound string using regex within a LaTex
02-14
database
Python regex to find all strings that start with ' and end with '.tr ignoring leading and
02-12
Software design
How to replace text between multiple tags based on character length
02-11
front end
Is there a faster way to extract lines from a file?
12-31
Net
Adding a comma between JSON objects in a datafile with Python?
12-31
Back-end
How do I make a regex take the word before something but not grab everything that is behind the patt
12-27
Software design
Split part of string after character, always same amount
12-26
Net
How can I get the last name in a path next to the right of a \ character using RE on Python?
12-26
Net
How to correctly apply a RE for obtaining the last name (of a file or folder) from a given path and
12-25
Back-end
Replacing HTML but saving the word sticking at the end
12-23
database
How to create dictionary from map class?
12-22
Blockchain
How to extract with a regex the 3 numerical values of coordinates of this string, whether they are p
12-20
Net
TypeError: expected string or bytes-like object for list in list
12-17
OS
How can I modify this regex pattern to also remove spaces after a newline \n?
12-16
Software design
Python regex module "re" match unicode characters with \u
12-13
OS
How can I replace a string match with part of itself in Python?
12-13
Back-end
Python: re.sub removing words between two delimiters under different cases
12-12
OS
Saving apostrophes in re.sub in Python
12-10
Software engineering
Python, sort with key
116
1
2
3
Next
Last
Links:
CodePudding