in reply to Re^2: What does it mean Nested quantifiers in regex
in thread What does it mean Nested quantifiers in regex
Or as salva propossed, you could write \Qde.c++issues\E, that would automatically escape all special characters between \Q and \E. This is probably the better way as you don't seem to know much abouts regexes and there are a lot more special characters
|
|---|