Back
hyphenize()
Converts camelCase strings to lowercase strings with hyphens as word delimiters instead. Example: myVariable becomes my-variable.
<!---Outputs "my-blog-post" ---> #hyphenize("myBlogPost")#
Copied!