Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more support for camelcase() #2

Open
atecon opened this issue Apr 28, 2022 · 0 comments
Open

Add more support for camelcase() #2

atecon opened this issue Apr 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@atecon
Copy link
Owner

atecon commented Apr 28, 2022

@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
@atecon atecon added the enhancement New feature or request label Apr 28, 2022
@atecon atecon changed the title Delimiter options for formatting functions Add more support for camelcase() Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant