Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/string/startCase

Index

Functions

Functions

Const startCase

  • startCase(str: string): string
  • converts string to start case

    example

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

    Parameters

    • str: string

    Returns string

    {string}

Generated using TypeDoc