-
-
Notifications
You must be signed in to change notification settings - Fork 820
[RFC]: Add @stdlib/string/for-each-right
#856
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
Comments
Similar to
|
Hi @kgryte, |
@AhmedKhaled590 Sure thing. Please start by working on |
Hi @kgryte |
@AhmedKhaled590 Looks like that one is near the finish line, so feel free to find another issue. |
@kgryte Okaaay 👍🫡 |
PR-URL: #1369 Closes: #856 Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com> Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Jaysukh Makvana <jaysukhmakvana2004@gmail.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
@Planeshifter This issue should not have been closed. |
The only package which was implemented was |
@kgryte @Planeshifter I will complete working on the two remaining packages |
Description
This RFC proposes adding support for invoking a callback for each (visual) character of a string, while iterating from right-to-left.
Signature:
where
clbk
(similar to@stdlib/utils/for-each-right
) is providedPackage:
@stdlib/string/for-each-right
Alias:
forEachRight
Related Issues
None.
Questions
No.
Other
Will require iterating over grapheme cluster breaks. See
@stdlib/string/reverse
for such an example.Checklist
RFC:
.The text was updated successfully, but these errors were encountered: