Skip to content

Commit 18a4aca

Browse files
committed
Update instructions.md for squeaky-clean
1 parent 52cfc42 commit 18a4aca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

exercises/concept/squeaky-clean/.docs/instructions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@ SqueakyClean.clean("a-bc");
2929
## 3. Convert leetspeak to normal text
3030

3131
Modify the (_static_) `SqueakyClean.clean()` method to convert [leetspeak][leet-speak] to normal text.
32+
3233
For simplicity we will only be using `4`, `3`, `0`, `1` and `7` from the table.
3334

3435
```java
3536
SqueakyClean.clean("H3ll0 W0rld");
3637
// => "Hello_World"
38+
SqueakyClean.clean("4 73s7");
39+
// => "a_test"
3740
```
3841

3942
## 4. Omit characters that are not letters

exercises/concept/squeaky-clean/.meta/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
],
55
"contributors": [
66
"sanderploegsma",
7-
"manumafe98"
7+
"manumafe98",
8+
"jagdishdrp"
89
],
910
"files": {
1011
"solution": [

0 commit comments

Comments
 (0)