static Pattern noUnixTricks_allowedCharacters = regexpIC("[a-z0-9\\- ]*"); static S noUnixTricks(S s) { ret noUnixTricks_allowedCharacters.matcher(s).matches(); }