Let me know if there is any confusion in this$str = '<a>Test case 1 <b>Test case 2 <c>Test case 3 </c> </b> </a>'; while($str=~/<c>\s*(.*?)\s*<\/c>/){ print $1; }
In reply to Re: Need help for Xpath patterns
by jack123
in thread Need help for Xpath patterns
by Anusha
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |