UNPKG

@ember/string

Version:

A set of utilities to transform strings

46 lines (31 loc) 1.14 kB
@ember/string [![CI Build](https://github.com/emberjs/ember-string/actions/workflows/ci.yml/badge.svg)](https://github.com/emberjs/ember-string/actions/workflows/ci.yml) ============================================================================== 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: ```javascript import { camelize, capitalize, classify, dasherize, decamelize, underscore, w, } from '@ember/string' ``` For more documentation, consult https://emberjs.com/api/ember/release/classes/String. License ------------------------------------------------------------------------------ This project is licensed under the [MIT License](LICENSE.md).