@hint/utils-string
utils for strings
Last updated 4 years ago by sarvaje .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @hint/utils-string 
SYNC missed versions from official npm registry.

String utils (@hint/utils-string)

Set of helpers to process string.

Installation

This package is installed automatically when adding webhint to your project so running the following is enough:

npm install hint --save-dev

Utils

  • cutString: Cut a given string adding in the middle. variable available with the given options object.
  • mergeIgnoreIncludeArrays: Adds the items from includeArray into originalArray and removes the ones from ignoreArray.
  • normalizeIncludes: Return if normalized source string includes normalized included string.
  • normalizeStringByDelimiter: Normalize String and then replace characters with delimiter.
  • normalizeString: Remove whitespace from both ends of a string and lowercase it.
  • prettyPrintArray: Returns an array pretty printed.
  • toCamelCase: Convert '-' delimitered string to camel case name.
  • toLowerCaseArray: Lower cases all the items of list.
  • toLowerCaseKeys: Returns the same object but with all the properties lower cased.
  • toPascalCase: Convert '-' delimitered string to pascal case name.

Current Tags

  • 1.0.13                                ...           latest (4 years ago)

14 Versions

  • 1.0.13                                ...           4 years ago
  • 1.0.12                                ...           4 years ago
  • 1.0.11                                ...           4 years ago
  • 1.0.10                                ...           4 years ago
  • 1.0.9                                ...           4 years ago
  • 1.0.8                                ...           5 years ago
  • 1.0.7                                ...           5 years ago
  • 1.0.6                                ...           5 years ago
  • 1.0.5                                ...           6 years ago
  • 1.0.4                                ...           6 years ago
  • 1.0.3                                ...           6 years ago
  • 1.0.2                                ...           6 years ago
  • 1.0.1                                ...           6 years ago
  • 1.0.0                                ...           6 years ago

Copyright 2013 - present © cnpmjs.org | Home |