The sqf:stringReplace operation should specify also the "flags" for the regular expression. Flags that control multiline mode, case insensitivity, etc. I think we can add something similar with the flags attribute from the xsl:analyze-string element.
Now, as an workaround, you can use the sqf:replace operation and the xsl:analyze-string inside the operation.
Hello,
The sqf:stringReplace operation should specify also the "flags" for the regular expression. Flags that control multiline mode, case insensitivity, etc. I think we can add something similar with the flags attribute from the xsl:analyze-string element.
Now, as an workaround, you can use the sqf:replace operation and the xsl:analyze-string inside the operation.
Best Regards, Octavian