excellerate
v0.4.0
Search documentation of excellerate
Default
Default
In-browser search
Settings
ExCellerate.
Functions.
General.
Lower
(excellerate v0.4.0)
Copy Markdown
View Source
Converts a string to lowercase.
Examples
lower
(
'HELLO'
)
→
'hello'
lower
(
'Hello World'
)
→
'hello world'