diff --git a/core-java-modules/core-java-string-operations-5/README.md b/core-java-modules/core-java-string-operations-5/README.md index 671ba0077c..f35c946107 100644 --- a/core-java-modules/core-java-string-operations-5/README.md +++ b/core-java-modules/core-java-string-operations-5/README.md @@ -6,3 +6,4 @@ - [Capitalize the First Letter of a String in Java](https://www.baeldung.com/java-string-uppercase-first-letter) - [Convert String to char in Java](https://www.baeldung.com/java-convert-string-to-char) - [Convert String to String Array](https://www.baeldung.com/java-convert-string-to-string-array) +- [String Interpolation in Java](https://www.baeldung.com/java-string-interpolation)