String Case To Kebab ?

This wildcard replaces all spaces in a string with hyphens. The wildcard is used in the following ways.

  • {string.case.to.kebab.?}

  • For the following input (?) --> This wildcard formats the string like this

  • The output is going to be --> This-wildcard-formats-the-string-like-this

Last updated