common-stuff
    Preparing search index...

    Function titleCase

    • Convert the first letter in each to word upper case

      Parameters

      • value: string

      Returns string

      titleCase('hello world');
      // 'Hello World'