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

added toCamelCase method #2324

Closed
wants to merge 11 commits into from

Conversation

muhammadharis4
Copy link

added a function named toCamelCase, which converts a string to camel case and uses spaces, hyphens, and underscores to separate words to make it one camel case work.

Checklist

  • [ X ] PR contains only changes related; no stray files, etc.
  • [ X ] README updated (where applicable)
  • Tests written (where applicable)
  • References provided in PR (where applicable)

@codecov
Copy link

codecov bot commented Oct 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.95%. Comparing base (b958bd7) to head (00f981c).
Report is 40 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2324   +/-   ##
=======================================
  Coverage   99.95%   99.95%           
=======================================
  Files         107      108    +1     
  Lines        2454     2458    +4     
  Branches      619      620    +1     
=======================================
+ Hits         2453     2457    +4     
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rubiin rubiin added the to-be-closed PR or issue that's coming to "end-of-life" label Jun 4, 2024
@rubiin rubiin closed this Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠hold to-be-closed PR or issue that's coming to "end-of-life"
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants