Use predefined character classes instead of longer versions

We discussed predefined character classes and Unicode character classes in Chapter 2, Understanding the Core Concepts of Java Regular Expressions. We need to make good use of it. So use d instead of [0-9] or D instead of [^0-9], and use w instead of [a-zA-Z_0-9] or W instead of [^a-zA-Z_0-9].

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.14.251.128