Answer the question
In order to leave comments, you need to log in
What is the regular expression for parsing the next line?
Hello, I need to parse the lines:
"
A one text. (SOME:TICKER)Another one may (GGWP:CS)Something new (HERE:NOT)
"
Answer the question
In order to leave comments, you need to log in
Something like this? (.+?)(?:\(.+?\))
https://regex101.com/r/PK7mBo/1/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question