[jQuery] Get some text and replace it
I have this: <span class="email">contact [monkeytail] yabadabadoo
[dot] .com</span>
Now I want to replace the text [monkeytail] with some other text.
Is there a simple solution that I can get the monkeytail text and
replace it with something else?