List Question
20 TechQA 2023-06-22T15:16:15.890000Sed replace string on alphanumeric with certain length that must contain one capitalized letter and one number
417 views
Asked by herkimer
Understanding regex lookaround to get desired result
40 views
Asked by Dave
Why is my grep lookahead retrieving the same value twice?
52 views
Asked by A.JD
Convert regex positive look ahead to sed operation
128 views
Asked by Dave
Splitting sentences on space that follows a non-fixed length expression
69 views
Asked by Aiha
postgres regex positive lookahead is not working as expected
140 views
Asked by YOGENDRA SONI
Regex includes Lookahead strings in selection
77 views
Asked by Papa Analytica
positive lookahead works whereas negative lookbehind doesn't
312 views
Asked by St3an
How to split look-ahead regex into 2 plain regexes?
235 views
Asked by 4ntoine
How to rewrite regexp without positive look-ahead?
1.1k views
Asked by 4ntoine
What is wrong in my regex /(?=^[a-z]+\d{2,})(?=\w{5,})/ pattern?
617 views
Asked by Uzma Khan
Java regex positive look-ahead but match unique characters only?
354 views
Asked by XxaemaethxX
Problem with regex fuzzy search with positive lookahead (AND) and {e=<3}
124 views
Asked by John Doe
Difference between two different regex lines
18 views
Asked by habibvadillo
extracting word before character
58 views
Asked by monk
Multiple matches regex positive lookahead
71 views
Asked by MatejT
REGEX: Select KeyWord1 if KeyWord2 is in the same string
267 views
Asked by BWEL