stdlib-js/stdlib

[RFC]: add `@stdlib/assert/is-palindrome`

TamimEhsan opened this issue ยท 2 comments

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:.

๐Ÿ‘‹ Hi there! ๐Ÿ‘‹

And thank you for opening your first issue! We will get back to you shortly. ๐Ÿƒ ๐Ÿ’จ

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?