File tree Expand file tree Collapse file tree
core-java-modules/core-java-regex Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## Core Java 8 Cookbooks and Examples
44
55### Relevant Articles:
6+
67- [ An Overview of Regular Expressions Performance in Java] ( https://www.baeldung.com/java-regex-performance )
78- [ A Guide To Java Regular Expressions API] ( http://www.baeldung.com/regular-expressions-java )
89- [ Guide to Escaping Characters in Java RegExps] ( http://www.baeldung.com/java-regexp-escape-char )
1112- [ How to Use Regular Expressions to Replace Tokens in Strings] ( https://www.baeldung.com/java-regex-token-replacement )
1213- [ Regular Expressions \s and \s+ in Java] ( https://www.baeldung.com/java-regex-s-splus )
1314- [ Validate Phone Numbers With Java Regex] ( https://www.baeldung.com/java-regex-validate-phone-numbers )
15+ - [ How to Count the Number of Matches for a Regex?] ( https://www.baeldung.com/java-count-regex-matches )
You can’t perform that action at this time.
0 commit comments