I wanna write a function like this
function (str, find){}
such that when I have a str like
Hello every body, HeLlo and hElLo everyone blah
and term find like “hello”, i get the result
<span class="match">Hello</span> every body, <span class="match">HeLlo</span> and <span class="match">hElLo</span> everyone blah
gives