...

lowercase

lowercase(a: text) 🡒 text, const pure function

Returns the lowercase variant of the text.

show scalar "" with lowercase("Hello World!") // returns "hello world!"

See also

User Contributed Notes
0 notes + add a note