Hello Torgeir.

Are you trying to replace "test1" with "mi", or are you trying to match
"test1"?

To replace "test1" with "mi" with no optons, the regexp should look like
this:

<rx:regexp id="rx1">s/test1/mi/</rx:regexp>

To match test1 and treat the match as case-insensitive and multi-line, use
this expression:

<rx:regexp id="rx1">m/test1/mi</rx:regexp>

Reply via email to