* BAEL-4163 - Counting matches for a regex * BAEL-4163 - Fixing build problemns * BAEL-4163 : Adding more test to assure quality of the examples * BAEL-4163 : Fixing request changes * BAEL-4163 : Minor adjustements to give more context about the commented out tests * BAEL-4163 : Tests for overlap example
=========
Core Java 8 Cookbooks and Examples
Relevant Articles:
- An Overview of Regular Expressions Performance in Java
- A Guide To Java Regular Expressions API
- Guide to Escaping Characters in Java RegExps
- Pre-compile Regex Patterns Into Pattern Objects
- Difference Between Java Matcher find() and matches()
- How to Use Regular Expressions to Replace Tokens in Strings
- Regular Expressions \s and \s+ in Java
- Validate Phone Numbers With Java Regex