$snakeCase
The$snakeCase operator converts a string to snake_case format.
Input
- A single string value
Output
- The input string converted to snake_case format
Examples
Convert to Snake Case
"hello_world_test"
Convert with Capital Letters
"convert_this_to_snake"

