Quote:
Originally Posted by kovidgoyal
This is a python based regex engine, you need \U followed by 8 digits so insert three leading zeros. For example for pouting cat face (😾 U+1f63e)
\U0001f63e
|
Thanks.
Why does the Search find the character, then not recognize it when trying to replace it?