List Question
20 TechQA 2024-03-27T00:57:11.617000Why does a regex with `(something)?` quantifier followed `.*` seems to match everything to the `.*`?
53 views
Asked by sudocracy
Python regex non greedy not matching substring when the pattern has string surrounding the variable part
36 views
Asked by Tiago Stein
Regex to find string arguments of a function call (lookbehind with multiple hits)
95 views
Asked by Martin
RegEx required to capture full word, space and • symbol in all instances within a varaible selection of text
62 views
Asked by Steven Foster
No maximum match although greedy optional-operator
72 views
Asked by user2609605
Regex to match prices with different digit
126 views
Asked by carlcaroline
How to match these string variations in regex?
123 views
Asked by foobar
Regex to extract multidimensional keys using bracket notation
64 views
Asked by Manuel Pardo
Regular expression: lookahead assertion not works as expected with lookbehind assertion
44 views
Asked by magpie
Capture text using Regex that contain line returns with Positive lookbehind and Positive lookahead
17 views
Asked by patches10
Convert PCRE2 to Extended POSIX RE, do I really require lazy?
54 views
Asked by Jacob Birkett
Regex of PostgreSQL Connection String
483 views
Asked by Setu Kumar Basak
A quantifier inside a lookbehind makes it non fixed width
644 views
Asked by sigismund
java regex with curly braces
88 views
Asked by dumb_coder
I am looking for a regex to pick up all the trailing 0s after decimal from any number along with the decimal
42 views
Asked by Bhavya Gandhi
regex pattern to extract all the comma separated values altogether along with newline i.e. extract entire string
160 views
Asked by Sourabh Agrawal
Regex Multiple Capture Groups of Same Pattern inside a match
64 views
Asked by Rokrait
RegEx in SAP 7.5 start with and end after first occurrence of character
313 views
Asked by Chrysanthi
i need to parse both the columns using regex but i am not able to. Please advise
40 views
Asked by harkanwal singh
Why is the regex quantifier {n,} more greedy than + (in Python)?
147 views
Asked by Anton Ganichev