ezyVet Javascript Helper Library Documentation
    Preparing search index...

    Function startCase

    • converts string to start case

      Parameters

      • str: string

      Returns string

      {string}

      startCase('--foo-bar--');
      // returns 'Foo Bar'