I'm trying to use REX to retrieve a piece of text up to a delimeter marking the end of text:
<$bodyends =
">>>\P=!________________*\F________________"
">>>\P=!Report*\FReport">
<rex $bodyends $mytext>
I have text that has the 1st value in $bodyends (________________) but the $ret from rex contains the whole piece of text including the delimeter. When I remove the last value ('Report') from $bodyends, the rex returns the correct value (anything up to ________________).
<$bodyends =
">>>\P=!________________*\F________________"
">>>\P=!Report*\FReport">
<rex $bodyends $mytext>
I have text that has the 1st value in $bodyends (________________) but the $ret from rex contains the whole piece of text including the delimeter. When I remove the last value ('Report') from $bodyends, the rex returns the correct value (anything up to ________________).