case 'r': //random method - choose from one of the ; separated list
if (mc != MatchingContext.Chat) {
LogHelper.logWarning(_("cmdRandomReplacementNotAllowed", "")+lineno);
continue;
}
rp = new ReplacementRandom(regex, repl, caseSensitive, sameOutputCase); break;
case ' ':
default:
switch (mc){
case Command:
rp = new ReplacementCommand(regex, repl, replopts, caseSensitive, sameOutputCase); break;