Sorry,
do you suggest me a regex to find in a page not properly closed href tags, like this?
In practice, the final ">" is missing. Can you suggest a regex that can detect this?
Thanks and good job
do you suggest me a regex to find in a page not properly closed href tags, like this?
HTML
Copy Code
<ahref="https://www.sito.it/"target="_blank"rel="noopener"property</a>
In practice, the final ">" is missing. Can you suggest a regex that can detect this?
Thanks and good job
