How to use sentence-case - 1 common examples

To help you get started, we’ve selected a few sentence-case examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github benfluleck / HelloBooks / server / src / models / books.js View on Github external
set(val) {
        if (val !== undefined) {
          this.setDataValue('description', sentenceCase(val));
        }
      },
    },

sentence-case

Transform into a lower case with spaces between words, then capitalize the string

MIT
Latest version published 7 months ago

Package Health Score

63 / 100
Full package analysis

Popular sentence-case functions