The Replace webtool is a simple PHP device that replaces a word or string within a selection text.

URL: http://replace.nereidlabs.com/

Variables

  • s – The text containing the string to be replaced
  • w – The current string
  • x – The new string

Example

http://replace.nereidlabs.com/?s=I like mushrooms on pizza&w=mushrooms&x=pineapple

Output: I like pineapple on pizza