@yesstudio/yes-utils
    Preparing search index...

    Function toLowerCase

    • Converts string, as space separated words, to lower case.

      Type Parameters

      • T extends string

      Parameters

      • string: string

        The string to convert.

      Returns T

      Returns the lower cased string.

      toLowerCase('Hello, world!')
      // => 'hello world'