Skip to content

feat: add String.prototype extensions (camelCase, capitalizeWords)#81

Open
akssssO wants to merge 1 commit intoSamarth2190:mainfrom
akssssO:feature/string-prototype-extension
Open

feat: add String.prototype extensions (camelCase, capitalizeWords)#81
akssssO wants to merge 1 commit intoSamarth2190:mainfrom
akssssO:feature/string-prototype-extension

Conversation

@akssssO
Copy link
Copy Markdown

@akssssO akssssO commented Aug 23, 2025

Added String.prototype extensions:

  • camelCase( ): converts strings to camelCase
  • capitalizeWords( ): capitalizes each word

Includes tests for both functions and chaining.

Note: The original feature request mentioned camelWord(), but since the library already provides a camelCase() transformation, I implemented camelCase() for consistency. Please let me know if you’d prefer a different method name.

@akssssO akssssO closed this Aug 26, 2025
@akssssO akssssO reopened this Aug 26, 2025
@akssssO
Copy link
Copy Markdown
Author

akssssO commented Aug 26, 2025

Hi @Samarth2190, just checking in to see if there's anything else you'd like me to adjust or clarify before merging. Happy to make changes if needed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant