I don't code much but I'm looking for a way to replace everything between <p> and </p> where the word hello is with something from a text file.
since the text between the paragraph element will change every time, I got stumped
I was looking at the "sed" command initially.
This is the line:
"htmlContent":"<html><head></head><body><p>Hello,</p></p></body></html>"
Thanks.