3
Hello,
I don’t understand almost anything about regular expression, so I wanted you to help me with an expression to replace only what is in double quotes in the src attribute of the html tag, that is, the content of this attribute something like this:
TRegEx.Replace(Str, '(?<=<img\s+[^>]*?src=(?<q>[""]))(?<url>.+?)(?=\k<q>)', 'Nova string');
I had picked up this expression of an issue talking about this same theme in C#, but Delphi is not working.
I look forward to any help.
thanks so much for the help and explanations, but it didn’t work :-(
– GREATVIEW