Skip to content

Commit f7baa68

Browse files
committed
JAVA-8375: Split or move core-java-regex module
1 parent d897cca commit f7baa68

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

core-java-modules/core-java-regex-2/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
- [Non-Capturing Regex Groups in Java](https://www.baeldung.com/java-regex-non-capturing-groups)
44
- [Lookahead and Lookbehind in Java Regex](https://www.baeldung.com/java-regex-lookahead-lookbehind)
55
- [Converting Camel Case and Title Case to Words in Java](https://www.baeldung.com/java-camel-case-title-case-to-words)
6+
- [How to Use Regular Expressions to Replace Tokens in Strings in Java](https://www.baeldung.com/java-regex-token-replacement)
7+
- More articles: [[<-- prev]](/core-java-modules/core-java-regex)

core-java-modules/core-java-regex/src/main/java/com/baeldung/replacetokens/ReplacingTokens.java renamed to core-java-modules/core-java-regex-2/src/main/java/com/baeldung/replacetokens/ReplacingTokens.java

File renamed without changes.

core-java-modules/core-java-regex/src/test/java/com/baeldung/replacetokens/ReplacingTokensUnitTest.java renamed to core-java-modules/core-java-regex-2/src/test/java/com/baeldung/replacetokens/ReplacingTokensUnitTest.java

File renamed without changes.

core-java-modules/core-java-regex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
- [Guide to Escaping Characters in Java RegExps](http://www.baeldung.com/java-regexp-escape-char)
1010
- [Pre-compile Regex Patterns Into Pattern Objects](https://www.baeldung.com/java-regex-pre-compile)
1111
- [Difference Between Java Matcher find() and matches()](https://www.baeldung.com/java-matcher-find-vs-matches)
12-
- [How to Use Regular Expressions to Replace Tokens in Strings in Java](https://www.baeldung.com/java-regex-token-replacement)
1312
- [Regular Expressions \s and \s+ in Java](https://www.baeldung.com/java-regex-s-splus)
1413
- [Validate Phone Numbers With Java Regex](https://www.baeldung.com/java-regex-validate-phone-numbers)
1514
- [How to Count the Number of Matches for a Regex?](https://www.baeldung.com/java-count-regex-matches)
1615
- [Find All Numbers in a String in Java](https://www.baeldung.com/java-find-numbers-in-string)
1716
- [Understanding the Pattern.quote Method](https://www.baeldung.com/java-pattern-quote)
17+
- More articles: [[next -->]](/core-java-modules/core-java-regex-2)

0 commit comments

Comments
 (0)