}
}
public void process(String exename, String[] params) throws Exception {
PrintWriter2 out = new PrintWriter2(new BufferWriter(getStdOut()));
String word = new String();
String[] invalids = getInvalidSwitches(args, "cEJPisvVhwx", new String[]{"count", "regexp", "ignore-case", "no-messages", "invert-match", "version", "help", "words", "lines"});
useRegExp = isSwitchActive(args, new String[]{"E", "J", "P", "regexp"});