String Case To Snake ?

A wildcard that converts a string into snake_case replaces spaces or other separators with underscores, resulting in a format where words are connected with underscores and all letters are lowercase.

The wildcard is used in the following ways.

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

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

  • The output is going to be --> This_wildcard_formats_the_string_like_this