You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed some unexpected behavior with .NET's (9.0 specific) Regex engine when matching emoji. I'm trying to find all characters that belong to the "Symbol, Other" (So) Unicode category.
When I run the following code, the result is 0, but I would expect it to be 1, since the hotdog emoji (🌭) is a symbol.