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 string manipulation utilities like camelCase, startCase, etc #457

Open
viveleroi opened this issue Jan 10, 2024 · 4 comments
Open

Add string manipulation utilities like camelCase, startCase, etc #457

viveleroi opened this issue Jan 10, 2024 · 4 comments
Labels
feature request New feature or request good first issue Good for newcomers

Comments

@viveleroi
Copy link
Contributor

We're hoping to replace lodash and ramda entirely with remeda. There are a few functions remeda doesn't have that I believe it could benefit from.

Common string manipulation methods are one of the reasons we still use lodash in addition to ramda - ramda decided those kinds of utility functions weren't appropriate for the library. I'm hoping remeda is willing to add them.

The below links are for camelCase but these would easily apply to all similar functions.

Lodash docs
Lodash source

@eranhirsch
Copy link
Collaborator

I'm supportive of this, can you send a PR?

@cjquines cjquines added feature request New feature or request good first issue Good for newcomers labels Mar 23, 2024
@cjquines
Copy link
Collaborator

related: #525

@Brodzko
Copy link
Contributor

Brodzko commented Apr 2, 2024

Does this mean that the stance taken in this issue has changed now? If that is the case, I'm happy to help

@eranhirsch
Copy link
Collaborator

We have more capacity to support these requests now and can accept more additions to the library. Take a look at the open PRs before you send something out, there might be a PR open already for some of these cases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants