asLowerCase
Module Export
text |> text
Makes all characters in text lower case
Example
import { asLowerCase } from 'text'
from 'ABC' asLowerCase
// Returns:'abc'
Module Export
text |> text
Makes all characters in text lower case
import { asLowerCase } from 'text'
from 'ABC' asLowerCase
// Returns:'abc'