shan_emails has asked for the wisdom of the Perl Monks concerning the following question:
$str = '<w:pict>4</w:pict> </w:r></w:p><w:tbl><w:tblPr> <w:t> </w:t> <w:t>Figure 2.</w:t> <w:t>Figure 3.</w:t> <w:pict>5</w:pict>';
if $str = '<w:pict>4</w:pict> </w:r></w:p><w:tbl><w:tblPr> <w:t>Figure 2.</w:t> <w:t>Figure 3.</w:t> <w:pict>5</w:pict>'; Then output becomes $str = '<w:pict>4</w:pict> </w:r></w:p><w:tbl><w:tblPr> <w:t>Figure 2.</w:t>';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: get the string upto word containing tag block
by suhailck (Friar) on Aug 17, 2010 at 07:01 UTC | |
|
Re: get the string upto word containing tag block
by prasadbabu (Prior) on Aug 17, 2010 at 07:21 UTC |