angularjs-camelCase-to-human-filter
Camel case converter
Converts camelCase strings to human-readable strings in AngularJS applications
Angular filter to convert camelCase strings to human readable strings
29 stars
2 watching
3 forks
Language: JavaScript
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ianstormtaylor/to-camel-case | Converts a string to a camel case format. | 35 |
sindresorhus/camelcase | Converts dash/dot/underscore/space separated strings to camelCase or PascalCase. | 683 |
vbabiy/djangorestframework-camel-case | Supports camelCase in JSON data sent to and received from Django REST framework APIs | 646 |
ianstormtaylor/to-snake-case | Converts a string to a snake case format. | 26 |
cosmo/stringcase | Converts strings to different case formats and checks their validity | 16 |
denolib/camelcase | Converts strings from dashed or underscored formats to camelCase or PascalCase formats. | 8 |
marianoguerra/json.human.js | Converts JSON objects into human-readable HTML representations. | 976 |
jbro-io/parse-angular | Utilities for working with Parse.com data in AngularJS applications | 32 |
ianstormtaylor/to-sentence-case | Converts input strings to sentence case while preserving punctuation | 6 |
carylandholt/gulp-ng-classify | Converts CoffeeScript classes to AngularJS modules with added functionality using the ng-classify utility. | 15 |
a8m/angular-filter | A set of reusable filters for AngularJS applications | 2,929 |
robhurring/atom-change-case | A tool to easily change the case of text in a source code editor | 34 |
tazinho/snakecase | A package for converting strings to various case formats programmatically. | 147 |
ianstormtaylor/to-constant-case | Converts a string to a consistent format | 4 |
chanced/caps | A case conversion library for Go. | 54 |