SDU Tools: Converting T-SQL Strings to Snake Case and Kebab Case
In a recent blog post, I described converting strings to Proper Case and Title Case. And more recently, I described how to convert them to Pascal Case and Camel Case.
The final option (for now) in this set is conversion to Snake Case and Kebab Case.
In Snake Case, all words are lower-cased, then all spaces between words are replaced by underscores.
You can see it in this example:

2017-12-29



