Description
Transform into a string with the separator denoted by the next word capitalized
Keywords
Publisher
Description
Convert character encodings in pure javascript.
Keywords
Publisher
Description
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `param-case`, `CONSTANT_CASE` and others
Keywords
Publisher
Description
Transform into a string of capitalized words without separators
Keywords
Publisher
Description
Transform into a lower cased string with dashes between words
Keywords
Publisher
Description
Transforms the string to lower case
Keywords
Publisher
Description
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Keywords
Publisher
Description
Transform into a lower case string with underscores between words
Keywords
Publisher
Description
Transforms the string to upper case
Keywords
Publisher
Description
Transform into upper case string with an underscore between words
Keywords
Publisher
Description
Transform a string into title case following English rules
Keywords
Publisher
Description
Convert a typed array to a Buffer without a copy
Keywords
- buffer
- typed array
- convert
- no copy
- uint8array
- uint16array
- uint32array
- int16array
- int32array
- float32array
- float64array
- browser
- arraybuffer
- dataview