Format numbers
9
Reading and writing to a URL connection, thanks to Java.
8
If you only want to compare yyyy-mm-dd you can use the java.sql.Date class, the valueOf method does the trick. It's perfectly safe as the sql Date class is a subclass of the Date class.
Check out the docs here for more detail.
enjoy
Check out the docs here for more detail.
enjoy
8
Based on "Random Password Generation"
8
8
Strip HTML Tags From a String
8
svachon
Gets a regular expression that'll search for any regexp pattern specified in the parameters.
8
I like to have these two methods in my toolbelt, even though it's syntactic sugar, I think it aids clarity.
8
Read a eight bytes in little endian order from the given InputStream and create a long out of them.
8
Truncate String
8
Convert a password returned by JPasswordField::getPassword() into a String.









