Hello,
I do not understand almost anything of regular expression, so I wanted you to help me with an expression to replace only what I have between the double quotation marks in the src attribute of the html tag, that is, the content of this attribute something like this: / p>
TRegEx.Replace(Str, '(?<=<img\s+[^>]*?src=(?<q>[""]))(?<url>.+?)(?=\k<q>)', 'Nova string');
I had this expression of an issue talking about the same theme in C #, but in Delphi it is not working.
I look forward to any help.