Skip to content

Instantly share code, notes, and snippets.

@lexruee
Created May 11, 2014 12:52
Show Gist options
  • Save lexruee/ae50f002a4d8b4423642 to your computer and use it in GitHub Desktop.
Save lexruee/ae50f002a4d8b4423642 to your computer and use it in GitHub Desktop.
//remove punctuation
System.out.println("3.5.".replaceAll("\\p{Punct}*$",""));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment