Merge pull request #11550 from johnA1331/master

BAEL-45248 - github - readme links to and from match
This commit is contained in:
Loredana Crusoveanu
2021-12-05 18:06:24 +02:00
committed by GitHub
7 changed files with 3 additions and 7 deletions
@@ -13,5 +13,4 @@ This module contains articles about string-related algorithms.
- [Remove Leading and Trailing Characters from a String](https://www.baeldung.com/java-remove-trailing-characters)
- [Counting Words in a String with Java](https://www.baeldung.com/java-word-counting)
- [Finding the Difference Between Two Strings in Java](https://www.baeldung.com/java-difference-between-two-strings)
- [Check if the First Letter of a String is Uppercase](https://www.baeldung.com/java-check-first-letter-uppercase)
- More articles: [[<-- prev]](../core-java-string-algorithms)
@@ -6,3 +6,4 @@ This module contains articles about string-related algorithms.
- [Check if Two Strings are Anagrams in Java](https://www.baeldung.com/java-strings-anagrams)
- [Email Validation in Java](https://www.baeldung.com/java-email-validation-regex)
- [Check if the First Letter of a String is Uppercase](https://www.baeldung.com/java-check-first-letter-uppercase)
@@ -1,2 +0,0 @@
### Relevant Articles:
- [Convert Hex to ASCII in Java](http://www.baeldung.com/java-convert-hex-to-ascii)