We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49ed6b commit aa55f47Copy full SHA for aa55f47
1 file changed
exercises/concept/log-levels/.docs/hints.md
@@ -7,6 +7,7 @@
7
## 1. Get message from a log line
8
9
- 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]
11
- Removing white space is [built-in][tutorial-trim-white-space].
12
13
## 2. Get log level from a log line
@@ -23,3 +24,4 @@
23
24
[tutorial-changing-case-upper]: https://www.javatpoint.com/java-string-touppercase
25
[tutorial-changing-case-lower]: https://www.javatpoint.com/java-string-tolowercase
26
[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