Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StringCapitalizeOptions

Hierarchy

  • StringCapitalizeOptions

Index

Properties

Properties

all?: boolean

If true, all words in the string will be capitalized

default

false

cache?: boolean

If false, then the operation isn't cached

default

true

lower?: boolean

If true, then remainder of the string will be transformed to lower case

default

false