October 2014
Intermediate to advanced
888 pages
26h 13m
English
• Search, Parse, and Build Strings (Including Scanner, StringTokenizer, StringBuilder, String, and Formatter)
• Search, Parse, and Replace Strings by Using Regular Expressions, Using Expression Patterns for Matching Limited to . (dot), * (star), + (plus),?, \d, \D, \s, \S, \w, \W, \b, \B, [], and ()
• Format Strings Using the Formatting Parameters %b, %c, %d, %f, and %s in Format Strings
• Read and Set the Locale Using the Locale Object
• Build a Resource Bundle for Each Locale
• Call a Resource Bundle from an Application
• Format Dates, Numbers, and Currency Values for Localization with the NumberFormat and DateFormat ...