Skip to content

NullVoxPopuli/ember-string

 
 

Repository files navigation

@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.

About

Ember addon with String-related utilities

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 50.3%
  • TypeScript 44.1%
  • HTML 5.6%