Created
May 11, 2014 12:52
-
-
Save lexruee/ae50f002a4d8b4423642 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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