Hello All,
In one of the scenario through regex I am capturing a value as
.check(regex("<XXX_XYZ><(.*?)></abc_yyy><lmn").find.saveAs(“Hello”))
“Hello” variable returns as ![CDATA[PRA8D8]], but I need to get only PRA8D8.
If i put my left boundary as <XXX_XYZ><![CDATA[ and right boundary as ]]></abc_yyy><lmn , then it fails to capture anything and regex fails. How can I trim the string?
Regards,
Prasenjit