Hello
I've read the online help and archives here, but I don't understand why UE can't run the following regex on the following text (I want to remove all text between the two tags):
</STRUCTURE>
BLABLA
BLABLA
<GROUP>
Find = </STRUCTURE>.+?<GROUP>
Replace =
I've tried the Unix style, and the PCRE style, with no difference. It doesn't seem like <, /, and > are forbidden characters. Any idea?
Thank you.
I've read the online help and archives here, but I don't understand why UE can't run the following regex on the following text (I want to remove all text between the two tags):
</STRUCTURE>
BLABLA
BLABLA
<GROUP>
Find = </STRUCTURE>.+?<GROUP>
Replace =
I've tried the Unix style, and the PCRE style, with no difference. It doesn't seem like <, /, and > are forbidden characters. Any idea?
Thank you.