Hi All,
I’m trying to find multiline text with regex. It works when I tried single line with regex, and multiline normal text. but it didn’t work with multiline normal text when I replace some text between with regex expression.
YEAR/LW:
<[federated.0kek88t0q19u5f1czzv5z0n5h98k].[none:Calculation_665406911570911232:nk]>
Æ
ArrowRBG:
<[federated.0kek88t0q19u5f1czzv5z0n5h98k].[usr:Arrow_RBG:nk]>
Æ
I want to find above and replace the ArrowRBG with Arrow… which enables me to find ArrowSIN, ArrowBTH etc…
I think I have a problem of the line break signal, which the editor cannot detect multiline.
Thanks in advance!