Command: Replace

Replaces one string of text with another string of text. Use quotes (") or curly brackets ({}) for multiple word strings. Use %1, %2, etc. for pattern matching.
Usage:
#replace [string1] [string2]
#replace {[string1]} {[string1]}
Examples:
#replace bleeding **BLEEDING**
#replace {magical fountain} {barrel of fish}
#replace {%1 says '%2'} {%1 utters the words '%2'}
See Also: Restore, Action, Alias