StringParser is an open source string parser library for Java development, which can parse a string similar to the C scanf(). It features printf-like format strings.
StringParser can parse float, integer, double, strings, char and boolean values, it can handle strings parts enclosed in " or ', unescape and escape strings that include " or ' and offers partial parsing of string.
To use this function, just import it in the source code of your Java application.
Product's homepage
Requirements:
· Java SE Development Kit
· Java 2 Standard Edition Runtime Environment
What's New in This Release: [ read full changelog ]
· Add number format exception handler.