You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to convert camelCasedStrings to kebab-cased-strings (hyphenate them)? If not, is that something you'd provide in the near future?
Currently the |kebab filter converts "camelCasedStrings" to "camelcasedstrings" instead of putting hyphens between the words, which is non-desirable in any case I can think of right now :)
Many thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
Is there a way to convert camelCasedStrings to kebab-cased-strings (hyphenate them)? If not, is that something you'd provide in the near future?
Currently the |kebab filter converts "camelCasedStrings" to "camelcasedstrings" instead of putting hyphens between the words, which is non-desirable in any case I can think of right now :)
Many thanks!
The text was updated successfully, but these errors were encountered: