CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
regex-lookarounds
09-12
Software design
Regex match a string followed by 1 forward slash
09-08
OS
How can I split a long string using regex (\.\s) ignoring a few cases
09-07
front end
Regex: Match pattern unless preceded by pattern containing element from the matching character class
09-04
Enterprise
How can I create a Regex that only lets in comma separated numbers?
09-02
Enterprise
Regex - replacing multiple occurrences of character in group
09-01
Enterprise
How to make regex don't match B but match independent A, (A ⊆ B)
09-01
OS
Regex Like for ORACLE with lookahead and negative lookahead
08-27
Enterprise
Regex Non greedy match between two characters
08-26
other
How to combine negative lookbehind and negative lookahead
08-24
Software design
Regex: negative lookbehind
08-22
Software design
Regex having "." (no other special characters) between text it can have many dots with tex
08-22
Mobile
check if a string starts with any style of bulleted text
08-19
OS
How do I specify a regex in Java to match any IP address that does not end in ".0.0"?
08-16
Blockchain
Remove a pattern if does not contains a specific words
08-14
front end
Python regex: Explain why expression not matching
08-14
Software design
Regex to fetch number from "This blue fox is [SECTION-1]"
08-13
database
Regex pattern reads correctly but doesn't produce desired result
08-11
Software engineering
Date Regex matching with lookbehind
08-05
Net
Flutter - I want to know how to extract certain sentences from long characters into regex
08-04
Back-end
Regex ignore nested matched
07-30
Blockchain
How to match, but not capture, part of a regex with Powershell
07-29
database
Python regex : extract multiple pattern in series containing decimal
07-23
Mobile
Python regex: Negative look-ahead with selection of different length strings
07-19
Net
Negative lookahead assertion for query in url not working Javascript
07-19
Software design
Regex positive lookbehind alternative for word wrap
07-16
Enterprise
Why is my grep lookahead retrieving the same value twice?
07-15
Enterprise
Regex: Remove empty sections from INI (Text) files where the files could contain multiple such secti
07-15
Back-end
Regex Issue - Cannot get the correct value after title="
07-11
Mobile
Regex with positive lookbehind that will match multiple lines
07-09
Software design
Regex multiple lookaheads not working when both are triggered
07-06
Mobile
Python | Regex | get numbers from the text
07-05
Blockchain
Regex look ahead to replace numbers
07-05
Enterprise
Regex: Finding para around a word using regex
07-04
Back-end
Regular Expression misses matches in string
07-03
database
Regex to disregard partial matches across lines / matching too much
06-25
Back-end
Regex: Alternative to .* expression to define word sequence
06-21
Blockchain
Python regex: Match any text excluding 2 words (probably look arounds)
06-17
Software design
Simple regex help - extract price/cost only once (have tried dozens of threads.)
06-16
Mobile
How can I use a negative lookahead in an anchored regular-expression pattern?
06-12
Enterprise
Remove last occurrence of pattern and everything after that
127
1
2
3
4
Next
Last
Links:
CodePudding