* [BAEL-4875] Added Finding as Numeric Values + Finding Sci Not & Hex Nums Added: 1. Finding Integers and Decimal Numbers as Numeric Values 2. Finding Scientific Notation and Hex numbers * BAEL-4875 - Changed assertThat.contains(...) to containsExactly(...) Changed all instances of assertThat.contains(...) to containsExactly(...) in FindNumbersUnitTest Co-authored-by: gjohnson <gjohnson@192.168.1.64>
=========
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 in Java
- Regular Expressions \s and \s+ in Java
- Validate Phone Numbers With Java Regex
- How to Count the Number of Matches for a Regex?