Skip to content

\N{name} needs to use fuzzy matchingΒ #310

Closed
@natecook1000

Description

@natecook1000

The name in a \N{...} block should use fuzzy matching instead of exact equality.

"πŸ‘©β€πŸ‘©β€πŸ‘§β€πŸ‘¦".contains(/(?u).\N{ZERO WIDTH JOINER}/)   // true
"πŸ‘©β€πŸ‘©β€πŸ‘§β€πŸ‘¦".contains(/(?u).\N{ZeroWidthJoiner}/)     // false, should be true

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions