I have html code as a string variable
like a = "<span> Spain will win ....... </span>"
and I want to heightlight "spa" in the String.
I have to use RegExp, How should I write the pattern that it ignores the "spa" on span tag, but highlight in Spain.
Thanks