Merge pull request #11550 from johnA1331/master
BAEL-45248 - github - readme links to and from match
This commit is contained in:
@@ -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)
|
||||
|
||||
-2
@@ -1,2 +0,0 @@
|
||||
### Relevant Articles:
|
||||
- [Convert Hex to ASCII in Java](http://www.baeldung.com/java-convert-hex-to-ascii)
|
||||
Reference in New Issue
Block a user