# String Case To Snake ?

This wildcard replaces all spaces in a string with underscores. 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
