Skip to content

asLowerCase

Module Export

text |> text

Makes all characters in text lower case

Example

import { asLowerCase } from 'text'
from 'ABC' asLowerCase
// Returns:
'abc'