A set of utilities to transform strings extracted from the core of Ember.
- Ember.js v3.28 or above
- Ember CLI v3.28 or above
- ember-auto-import v2 or above
ember install @ember/string
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.
This project is licensed under the MIT License.