Below is the string:
id='PMN_PRCSLIST_BEGINDTTM'>06/13/2018 6:35:00AM EDT</span>
From which i want to extract 6:35:00AM.
How do i achieve it using loadrunner?
I have tried doing:
id='PMN_PRCSLIST_BEGINDTTM'>(\\d:\\d\\d:\\d\\dAM)</span>"
But it did not helped me.