@hint/utils-string
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

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.

Package Sidebar

Install

npm i @hint/utils-string

Homepage

webhint.io/

Weekly Downloads

12,764

Version

1.0.14

License

Apache-2.0

Unpacked Size

129 kB

Total Files

61

Last publish

Collaborators

  • leotlee
  • vidorteg
  • oaflynn
  • molant
  • antross