-
-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Potential fix could be to add \p{Extended_Pictographic} into the schema_test & schema_match
self.re.schema_test = RegExp('(^|(?!_)(?:[><\uff5c]|' + re.src_ZPCc + '))(' + slist + ')', 'i');
self.re.schema_test = RegExp('(^|(?!_)(?:[><\uff5c]|[\p{Extended_Pictographic}]|' + re.src_ZPCc + '))(' + slist + ')', 'i');
I personally think this is strange to match on this but it matches the functionality of other social media sites.
cesardeazevedo
Metadata
Metadata
Assignees
Labels
No labels