I have a HTML text as input, keyword as input and URL address as input also.
How should i find that keyword in the text and surround it with anchor element, putting the URL in the href attribute and the keyword in the InnerText part of the element?
Notice that the keyword can't be an attribute of some other element in the HTML text and also it can't be already inside an anchor (already within a link).