Skip to content

Commit f3a34e4

Browse files
authored
Merge pull request #1017 from rcalago/master
Update on README.md
2 parents 948e26a + 16d8b18 commit f3a34e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

core-kotlin-modules/core-kotlin-io/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ This module contains articles about core Kotlin I/O.
99
- [Writing to a File in Kotlin](https://www.baeldung.com/kotlin/write-file)
1010
- [Writing InputStream to File in Kotlin](https://www.baeldung.com/kotlin/inputstream-to-file)
1111
- [Rename a File in Kotlin](https://www.baeldung.com/kotlin/file-rename)
12+
- [Delete the Contents of a File in Kotlin](https://www.baeldung.com/kotlin/delete-file-content)

core-kotlin-modules/core-kotlin-strings-5/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ This module contains articles about core Kotlin strings.
77
- [Extract Numbers From a String in Kotlin](https://www.baeldung.com/kotlin/string-extract-numeric-value)
88
- [Parse String With Thousands Separator in Kotlin](https://www.baeldung.com/kotlin/string-parse-thousands-separator)
99
- [Guide to the HexFormat API](https://www.baeldung.com/kotlin/hexadecimal-string-parse)
10+
- [Convert Hex String to Byte Array in Kotlin](https://www.baeldung.com/kotlin/string-hex-byte-array-conversion)
1011
- - More articles: [[<-- prev]](../core-kotlin-strings-4)

0 commit comments

Comments
 (0)