CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
regex-negation
09-15
Mobile
How to correctly pattern match the beginning of the line and replace it with two characters using se
09-12
Software design
Regex match a string followed by 1 forward slash
09-01
Enterprise
How to make regex don't match B but match independent A, (A ⊆ B)
08-25
Blockchain
Regex to exclude a string from anywhere, but match another expression
08-25
Software design
Inverse Regex matching street address
08-16
Software design
How to create regex expression for 3 links at once
08-14
front end
RegEx to extract certain lines in file and remove certain lines starting with str
08-09
database
Regex to match everything except a group
08-09
database
return all characters after first occurrence of non letter/number characters - regex
08-05
Enterprise
Regular Expressions. Find unknown length string excluding character combinations
07-29
database
Negative Look Ahead. Exclude Expression
07-26
other
grep for entries that do not contain a backtick before and after a regexp
07-24
Enterprise
Powershell: Get all the available Drive letters
07-21
Blockchain
Regex for containing x AND not containing y without lookarounds
07-09
Enterprise
Regex Python except a sequence of letters
07-04
Software engineering
Regular expression for avoid repeated consecutive chars, but excluding one specific char
06-21
Mobile
Regex: Extract a part of a string eliminating specific patterns of it
06-17
Mobile
PowerShell regex needed to capture a field data
06-16
Mobile
RegEx - Capturing according to a pattern that matches EVEYTHING.. BUT the repetition of the beginnin
06-08
Enterprise
Regex negated character class followed by optional character
05-27
Software engineering
Regex to not match more than one trailing slash in string
05-26
Mobile
How to handle strings that contain negative numbers using regex
05-21
Back-end
Match specific letter from group N Regex
05-21
Back-end
Regex match words without alphabet
04-19
Net
Regex to match a string which does NOT have some words before @ symbol
04-14
OS
Match Regex Pattern which does not only consist of certain characters
04-08
Software engineering
use replace to remove chars not existing in a regex match
04-08
Software engineering
match everything inside of * with no whitespaces
04-06
Software design
Regular Expression to exclude statusCode
04-05
Software design
Why does this negative lookahead Unicode regex not work in JavaScript when direct match does?
03-24
Mobile
Make a test false by not repeating numbers regex
03-24
Net
How to reverse Regex comparison in BASH
03-19
Net
RegEx search on linux filesystem based on filenames
03-17
database
Regex for last point or comma in string
03-09
front end
Is there anyway I can avoid to match a 9 digit number from the following rules with the regex i have
03-05
Enterprise
RegEx negation to handle decimal values in Pandas dataframe using .replace()
03-05
Enterprise
Regex for promtail config
03-03
OS
Removing non-letter Characters from String leaves UTF-16 High Surrogates
02-17
Software design
Java String replace all using regex with lookahead
02-16
Blockchain
Regex - do not start with characters [SG|sg]
61
1
2
Next
Last
Links:
CodePudding