I asked this question on another thread and it got resolved but then I ran into another problem. I have the following that I would like to extract text from:
More specifically I would like to extract:
I add the {string} segment rule to the {string} feature flag for Project {string}
I do not see the text {string}
I see the text {string}
My regex /\('(.*)', only extracts the second and third string but not the first one since it contains a new line and spaces/tab after the (
How do I take spaces and new lines into account?