It can't be just
/breplace -t &bvar <oldtext> <newtext>
that would mess up when one of the strings contains spaces, so it would have to be something like
$breplace(&bvar,<oldtext>,<newtext>) (return the number of replacements or something like that)
or
/breplace &bvar &oldtext &newtext

Or some other neat solution I haven't thought of.


$input(Me like stars, You too?)