Hi,
I am trying to ignore all the text after agent_ for the following text:
<label for="agent_ef26d602d79d453fab5rgf6ae3c1b301_LangPref_0"> English</label>
What am I doing wrong in the following:
<label[^>]*for="agent_[^>]*">
Please help!
Peach