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]Examples:
#replace {[string1]} {[string1]}
#replace bleeding **BLEEDING**See Also: Restore, Action, Alias
#replace {magical fountain} {barrel of fish}
#replace {%1 says '%2'} {%1 utters the words '%2'}