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

strings.pascalCase #180

Closed
3 tasks done
evanplaice opened this issue Jan 9, 2020 · 1 comment
Closed
3 tasks done

strings.pascalCase #180

evanplaice opened this issue Jan 9, 2020 · 1 comment
Labels
enhancement New feature or request operator

Comments

@evanplaice
Copy link
Member

evanplaice commented Jan 9, 2020

Converts a string to pascal case (ex ThisIsPascalCase)

Checklist

  • implementation
  • tests
  • jsdoc

Details

console.log(strings.pascalCase('classes use pascal case'));
>'ClassesUsePascalCase'

References

@evanplaice
Copy link
Member Author

evanplaice commented Jan 9, 2020

Added in v0.72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request operator
Projects
None yet
Development

No branches or pull requests

1 participant