We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A KebabCase functions. I think it should behave exactly like snakecase accept that _ becomes -.
_
-
It's also requested on Masterminds/sprig#113.
The text was updated successfully, but these errors were encountered:
The rule of transform camel case to kebab case is the same as the rule described in #1 camel case to snake case.
SomeWords
some-words
HTTPServer
http-server
NoHTTPS
no-https
HTTP2XX
http-2xx
http2xx
HTTP20xOK
http-20x-ok
Sorry, something went wrong.
f02667b
Awesome and thanks! That was fast :)
No branches or pull requests
A KebabCase functions. I think it should behave exactly like snakecase accept that
_
becomes-
.It's also requested on Masterminds/sprig#113.
The text was updated successfully, but these errors were encountered: