Rereplace()

Runs a regular expression replacement against the string

Usage

STRING = Rereplace( p1, p2, p3, p4 )
Argument Summary
p1 string
p2 regex
p3 string to replace for found matches
p4 flag to limit to scope to just the first ONE [default] or ALL [optional]