Source html: `Some text https://google.com` Expected result: `Some text https://google.com` Are there solutions for this case? Thanks
Source html:
<p>Some text https://<span>google</span>.com</p>Expected result:
<p>Some text <a href="https://google.com">https://<span>google</span>.com</a></p>Are there solutions for this case?
Thanks