when I am writing the following code, it is failed at runtime But without end string char '$' at the end of the regex, the script is being passed.
lr_xml_find("XML={response}",
"Query=/soapenv:Envelope/soapenv:Body/p4:TechParm/p3:SessionID",
"UseRegExp=yes",
"Value=^[A-z0-9]{8}[-][A-z0-9]{8}[-][A-z0-9]{8}[-][A-z0-9]{8}$",
LAST);
Please let me know how to resolve this issue