Possible Duplicate:
Find text string in jQuery and make it bold
I have some text on my html page (with accents on leters) :
<p>
some téxt, some text, some téxt, some text, some text, some téxt,
</p>
My goal is to set bold style for all occurences of "text" and "téxt"
Is it possible ?
thank you
Valeriane