Package com.github.zathrus_writer.commandsex.helpers.scripting

Examples of com.github.zathrus_writer.commandsex.helpers.scripting.ReplacementRandom


            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;
View Full Code Here

TOP

Related Classes of com.github.zathrus_writer.commandsex.helpers.scripting.ReplacementRandom

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.