Hello community,
I am looking to find and replace some text in a document, but so far, I haven’t been able to figure out how to search across more than one line. Is this even possible?
Here’s an example of what I have in the document in several modifications:
“groupNames”: [
“xyz”,
“xyz”
]
I need to find these few lines as a whole, but “xyz” could be anything, so (.*). My issue is that I am not able to search through multiple lines.
What I need to achieve is:
"groupNames": [ ]
Can you please help me with that? Thank you very much.