Skip to content

Commit 420d92f

Browse files
authored
Update 786-string-lower.markdown
1 parent 6cd2f9e commit 420d92f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# LOWER
22

3-
> LOWER (s)
3+
> lc = LOWER (s)
44
5-
Converts the string s to lower case.
5+
Converts the string `s` to the lower-case string `lc`.
6+
7+
### Example:
8+
9+
```
10+
s = "TeSt-STrinG"
11+
print lower(s) ' Output: test-string
12+
```
613

714

0 commit comments

Comments
 (0)