Get Snake case notation version of provided string
Pointer<Char> TextToSnake(Pointer<Char> text) => _TextToSnake(text);