Hello!
I have what seems like a simple scenario:
- Download HTML file
- Find specific tag in HTML
- Change the contents of that tag
- Upload changes as new HTML file
I am absolutely stumped as to how to do task 3. Anyone have any clues/hints on how I can do this? I assume it might involve multiple steps and a variable, but I honestly can’t figure out how to apply any changes to the text in a variable to just the text matched by pattern.