in reply to Re: How do I extract the data that comes after a certain word?
in thread How do I extract the data that comes after a certain word?

Whenever I try to modify this script to work for a much larger string, nothing happens. I think its because the words "Summary" and "Description" (Which is what I'm scraping between in my real script) keep on repeating. Is there a way to write it as a foreach loop to make it keep going through the script and writing everything it seems between the words "summary" and "description" every time its written??
  • Comment on Re^2: How do I extract the data that comes after a certain word?