Skip to content

Instantly share code, notes, and snippets.

@mesketh
Created February 26, 2020 01:03
Show Gist options
  • Save mesketh/124bdae5dcb4214533a36c08c153b480 to your computer and use it in GitHub Desktop.
Save mesketh/124bdae5dcb4214533a36c08c153b480 to your computer and use it in GitHub Desktop.
Judy - this is what i've implemented.
String usernamePrefix =
box.getEnv().getUsername().toUpperCase().replaceAll("[^a-zA-Z0-9]", StringUtil.EMPTY_STRING);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment