https://github.com/austindd/name-convention
A RegExp-based tool to convert strings to different naming conventions. Currently a work in progress.
https://github.com/austindd/name-convention
Last synced: about 1 year ago
JSON representation
A RegExp-based tool to convert strings to different naming conventions. Currently a work in progress.
- Host: GitHub
- URL: https://github.com/austindd/name-convention
- Owner: austindd
- Created: 2019-01-08T21:51:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T22:06:14.000Z (over 7 years ago)
- Last Synced: 2025-01-11T18:49:03.465Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Name Convention String Converter (Work in Progress)
A regex-based tool for converting strings into different naming convention formats.
### Use-Case Examples:
1. Converting any style attribute name from inline HTML/CSS syntax (hyphenated)
to DOM element property syntax (camel-cased).
2. Converting strings from API endpoints that do not conform to an acceptable format for the particular parsing functions used by your application.
If you would like to contribute anything, just let me know!