String Parser « Data Type « Java






1.Parse Comma Delimited List
2.Parse Fraction
3.Parse String to array of Strings while treating quoted values as single element
4.Parse a method signature or method call signature
5.Parse basic types
6.Decodes a String with Numeric Character References
7.Returns true if the argument contains a number
8.Normalize a SQL identifer, up-casing if , and handling of (SQL 2003, section 5.2).
9.Convert a String to an int, returning zero if the conversion fails.








10.Parsing primitives from String's without creating any objects
11.Checks whether the String a valid Java number.
12.Check whether the given String has actual text.