An open API service indexing awesome lists of open source software.

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.

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!