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

feat(strings): New functions TrimRight and TrimLeft #2148

Merged
merged 1 commit into from
Jul 6, 2024

Conversation

jsolana
Copy link
Contributor

@jsolana jsolana commented Jun 28, 2024

Closes #2134

Wrapping two more functions from strings.

  • strings.TrimLeft
  • strings.TrimRight

Signed-off-by: Javier Solana javier.solana@cabify.com

@jsolana
Copy link
Contributor Author

jsolana commented Jul 5, 2024

Hi! @hairyhenderson
is it ok? Let me know if I need to to something else
Thanks for all the support!

@hairyhenderson
Copy link
Owner

Hi @jsolana sorry for the delay - life got in the way! 😅

Copy link
Owner

@hairyhenderson hairyhenderson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this @jsolana!

Signed-off-by: Javier Solana javier.solana@cabify.com
@hairyhenderson hairyhenderson enabled auto-merge (squash) July 6, 2024 13:22
@hairyhenderson hairyhenderson merged commit bdf3a1e into hairyhenderson:main Jul 6, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide TrimLeft and TrimRight Support
2 participants