Skip to content

Commit aa55f47

Browse files
log-levels: update hints on how to split strings (exercism#2150)
1 parent b49ed6b commit aa55f47

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • exercises/concept/log-levels/.docs

exercises/concept/log-levels/.docs/hints.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
## 1. Get message from a log line
88

99
- Different options to search for text in a string are explored in [this tutorial][tutorial-search-text-in-string].
10+
- How to split strings can be seen [here][tutorial-split-strings]
1011
- Removing white space is [built-in][tutorial-trim-white-space].
1112

1213
## 2. Get log level from a log line
@@ -23,3 +24,4 @@
2324
[tutorial-changing-case-upper]: https://www.javatpoint.com/java-string-touppercase
2425
[tutorial-changing-case-lower]: https://www.javatpoint.com/java-string-tolowercase
2526
[tutorial-concatenate-strings]: https://www.javatpoint.com/string-concatenation-in-java
27+
[tutorial-split-strings]: https://www.geeksforgeeks.org/split-string-java-examples/

0 commit comments

Comments
 (0)