snakeCase

Transforms the given input into snake_case This precomiled regex version does not work at compile time as regex uses malloc

string
snakeCase
(
const string input
)

Meta