How to replace words in wordpress content

I would like to know whether there is a code snippet for the functions file which lets me replace words in the content, for example to replace ‘wordpress’ with ‘WordPress’ thanks.

yep no reply

any help on this please?

http://wordpress.org/extend/plugins/search.php?q=replace

Did you try the Wordpress forum at wordpress.org with your question?

Not sure if this is a help but it may be a place to start:

http://wordpress.org/support/topic/how-to-clean-datas-before-insertiong-in-db?replies=6

Just develop a simple WP plugin and install it. WP uses hook method. Cheers! :slight_smile: