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
[center]🎈[/center] will not be rendered as HTML, since the 🎈 character is not valid text. However, the documentation says that TEXT "matches anything", so I would suspect unicode characters as well.
Why don't use use .+, as it matches anything, like the docs say?