We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bc7a0 commit e73415dCopy full SHA for e73415d
letter-casing/julia.md
@@ -4,6 +4,8 @@ The [UnicodeExtras](https://github.com/nolta/UnicodeExtras.jl) module provides
4
the `lowercase`, `uppercase`, `titlecase`, and `foldcase` functions.
5
6
```julia
7
+using UnicodeExtras
8
+
9
lowercase = lowercase(str)
10
uppercase = uppercase(str)
11
titlecase = titlecase(str)
0 commit comments