[RFC]: add `@stdlib/assert/is-palindrome`
TamimEhsan opened this issue ยท 2 comments
TamimEhsan commented
Description
This RFC proposes to add a new assert util to check if a string is palindrome or not.
Related Issues
No.
Questions
No.
Other
Reference: Palindrome | Wikipedia
Checklist
- I have read and understood the Code of Conduct.
- Searched for existing issues and pull requests.
- The issue name begins with
RFC:.
stdlib-bot commented
๐ Hi there! ๐
And thank you for opening your first issue! We will get back to you shortly. ๐ ๐จ
kgryte commented
In your RFC, I suggest also including (a) the proposed package name, (b) example usage, and (c) any potential gotchas. E.g., how will you handle surrogate pairs and grapheme clusters?