uncapitalize
uncapitalize
converts the first character of a string to lowercase.
import { uncapitalize } from '@rvoh/dream'
uncapitalize('HelloWorld') // 'helloWorld'
uncapitalize('DreamAndPsychic') // 'dreamAndPsychic'
uncapitalize
converts the first character of a string to lowercase.
import { uncapitalize } from '@rvoh/dream'
uncapitalize('HelloWorld') // 'helloWorld'
uncapitalize('DreamAndPsychic') // 'dreamAndPsychic'