stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

[RFC]: add `@stdlib/assert/is-well-formed-string`

Open kgryte opened this issue 2 years ago • 0 comments

Description

This RFC proposes adding support for asserting whether an input value is a well-formed string (i.e. does not contain lone surrogates).

Package: @stdlib/assert/is-well-formed-string Alias: isWellFormedString

Related Issues

None.

Questions

No.

Other

Resources:

Prior art in stdlib:

  • @stdlib/assert/is-string
  • @stdlib/assert/is-empty-string

Checklist

  • [X] I have read and understood the Code of Conduct.
  • [X] Searched for existing issues and pull requests.
  • [X] The issue name begins with RFC:.

kgryte avatar Jul 20 '23 21:07 kgryte