JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 104144
  • Score
    100M100P100Q152165F
  • License MIT

A set of utilities to transform strings

Package Exports

  • @ember/string
  • @ember/string/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ember/string) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@ember/string

A set of utilities to transform strings extracted from the core of Ember.

Compatibility

  • Ember.js v2.18 or above
  • Ember CLI v2.13 or above

Installation

ember install @ember/string

Usage

This package provides the following imports:

import {
  camelize,
  capitalize,
  classify,
  dasherize,
  decamelize,
  underscore
  w,
  loc,
} from 'ember/string'

For more documentation, consult https://emberjs.com/api/ember/release/classes/String.

License

This project is licensed under the MIT License.