I want to extract UP from below code and web_reg_find and web_reg_save_param is not
working in below case, space is main issue I think
web_reg_save_param("count","LB=> ", "RB= <a href=","ORD=ALL",LAST); (err boundry does not exists)
web_reg_save_param("count","LB=>\n ", "RB=<a href=","ORD=ALL",LAST); (err boundry does not exists)
web_reg_find ("Text=>UP<a href=","SaveCount=Auth",LAST); (gives 0 as output)
actual output is 4
<ul id="pings"><li id="lppbmt-cnf"> UP <a href="/lppbmt-cnf/mvc/fw/index.html">lppbmt-cnf</a></li><li id="lppbmt-ctrl"> UP <a href="/lppbmt-ctrl/mvc/fw/index.html">lppbmt-ctrl</a></li><li id="lppbmt-sg"> UP <a href="/lppbmt-sg/mvc/fw/index.html">lppbmt-sg</a></li><li id="lppbmt-wf"> UP <a href="/lppbmt-wf/mvc/fw/index.html">lppbmt-wf</a></li></ul>