A
ArnArn
Guest
Sample data:
1. <title>INDICATIONS & DOSAGES</title><p><bold>DATA TO EXTRACT</bold></p><p>
2. <title>INDICATIONS & DOSAGES</title><p>Some text<bold>DATA TO EXTRACT</bold></p><p>
3. <title>INDICATIONS & DOSAGES</title><p>Some more text<bold>DATA TO EXTRACT</bold></p><p>
Problem:
hello i have a sample data above and i'm trying to extract data that is between <bold> fields. can someone please help on how to do this. i'm trying to use s/// or substring but it doesnt seem to work?
1. <title>INDICATIONS & DOSAGES</title><p><bold>DATA TO EXTRACT</bold></p><p>
2. <title>INDICATIONS & DOSAGES</title><p>Some text<bold>DATA TO EXTRACT</bold></p><p>
3. <title>INDICATIONS & DOSAGES</title><p>Some more text<bold>DATA TO EXTRACT</bold></p><p>
Problem:
hello i have a sample data above and i'm trying to extract data that is between <bold> fields. can someone please help on how to do this. i'm trying to use s/// or substring but it doesnt seem to work?