-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Implement trimStart/trimEnd #5690
Labels
Comments
sharmasuraj0123
added a commit
to sharmasuraj0123/ChakraCore
that referenced
this issue
Sep 11, 2018
sharmasuraj0123
added a commit
to sharmasuraj0123/ChakraCore
that referenced
this issue
Sep 14, 2018
Another set of test cases:
|
sharmasuraj0123
added a commit
to sharmasuraj0123/ChakraCore
that referenced
this issue
Sep 15, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ported from OS#18780560
Stage 3 Proposal: https://github.com/tc39/proposal-string-left-right-trim
We already have implementations of trimLeft and trimRight, so we simply need to add trimStart and trimEnd as aliases to those.
The text was updated successfully, but these errors were encountered: