@svetosch asked for the following feature
I meant the direction go_gretl -> GoGretl.
The starting point to think about
I don't mean yet another function, but an option, something like this:
function string camelcase (string input, string sep[null])
string sep = exists(sep) && strlen(sep)==1 ? sep : " " # blank is
default
@svetosch asked for the following feature
The starting point to think about
I don't mean yet another function, but an option, something like this: