GitHub Repo
Preparing search index...
The search index is not available
flurp - v0.18.0
flurp - v0.18.0
string
toLowerCase
Function toLowerCase
to
Lower
Case
(
s
:
string
)
:
string
Example
import
*
as
S
from
"flurp/string"
;
S
.
toLowerCase
(
"WEASEL"
);
// "weasel"
Parameters
s:
string
Returns
string
Settings
Theme
OS
Light
Dark
Modules
flurp -
v0.18.0
Overview
array
comparator
guard
index
logic
number
pojo
string
append
capitalize
Words
concat
ends
With
get
includes
includes
Regex
insert
is
Empty
length
length
Satisfies
match
Groups
match
Groups
All
matches
pad
Left
pad
Right
prepend
replace
replace
All
slice
split
starts
With
to
Lower
Case
to
Upper
Case
trim
trim
Left
trim
Right
Example