We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\N{name}
The name in a \N{...} block should use fuzzy matching instead of exact equality.
\N{...}
"π©βπ©βπ§βπ¦".contains(/(?u).\N{ZERO WIDTH JOINER}/) // true "π©βπ©βπ§βπ¦".contains(/(?u).\N{ZeroWidthJoiner}/) // false, should be true