A set of utilities to transform strings extracted from the core of Ember.
Compatibility
- Ember.js v3.28 or above
- Ember CLI v3.28 or above
- ember-auto-import v2 or above
Installation
ember install @ember/string
Usage
This package provides the following imports:
import { camelize, capitalize, classify, dasherize, decamelize, underscore, w, } from '@ember/string'
For more documentation, consult https://emberjs.com/api/ember/4.9/classes/String or the inline documentation in the source.
License
This project is licensed under the MIT License.