perll has asked for the wisdom of the Perl Monks concerning the following question:
I tried to extract the text using below code. ($bs) = $pre_bs =~ m/\>(.*)\</; Information of only 1st tag will be removed, not all. So I tried with this as well, $bt =~ s/<.*>//gi; but its not working, everything is removed in this case. I want to remove all tags in a line no matter how many are they, tried multiple combinations but nothing is working. Thanks<td class="body3" valign="top"><p style="margin-top:1ex; margin-botto +m:1ex;">The purpose of this study is to compare two types of care - s +tandard <span class="hit_org">oncology</span> care and standard <span + class="hit_org">oncology</span> care with early palliative care (sta +rted soon after diagnosis) to see which is better for improving the e +xperience of patients and families with advanced lung and non-colorec +tal GI cancer. The study will use questionnaires to measure patients +' and caregivers' quality of life, mood, coping and understanding of +their illness.</p></td>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Removing text between HTML tags
by Utilitarian (Vicar) on Sep 14, 2014 at 14:32 UTC | |
by perll (Novice) on Sep 14, 2014 at 15:03 UTC | |
by Utilitarian (Vicar) on Sep 14, 2014 at 15:48 UTC | |
by locked_user sundialsvc4 (Abbot) on Sep 15, 2014 at 00:23 UTC | |
by perll (Novice) on Sep 23, 2014 at 09:34 UTC | |
Re: Removing text between HTML tags
by Grimy (Pilgrim) on Sep 14, 2014 at 16:27 UTC | |
by jonadab (Parson) on Sep 15, 2014 at 12:36 UTC | |
by perll (Novice) on Sep 23, 2014 at 09:38 UTC | |
Re: Removing text between HTML tags
by Laurent_R (Canon) on Sep 14, 2014 at 21:44 UTC | |
by perll (Novice) on Sep 23, 2014 at 10:10 UTC | |
by choroba (Cardinal) on Sep 23, 2014 at 21:19 UTC | |
by Laurent_R (Canon) on Sep 23, 2014 at 17:53 UTC | |
Re: Removing text between HTML tags
by choroba (Cardinal) on Sep 15, 2014 at 09:57 UTC |