Consider I ahve the following text:
<h4>The quick brown fox jumps over the lazy dog and feels as if he were in the seventh heaven. Why does it jump quick over a dog?</h4>
Now is it possible to use Javascript to scan this peice of text and remove certain words?
If I want to remove "and feels" as well as "quick"
I should end up with this:
<h4>The brown fox jumps over the lazy dog as if he were in the seventh heaven. Why does it jump over a dog?</h4>
Is this possible? If so can someone provide a working example.
Many thanks


Reply With Quote

Bookmarks