#Anti-XD detected
1 messages · Page 1 of 1 (latest)
what you do mean:rofl:
Oh now i get it... I don't mind it .. i'm used to it from WoW... but many people that i'm talking with, they are not familiar with old school emojis... and i'm done explaining again and again:rofl:
people don't know about xD
I just find it a bit dumb cause it's dead
no one uses XD anymore
also it doens't work for me
this is so sad, we need to teach the children
Emoticons >>> emojis :33
are you sure you added it in regex mode? for me it works fine... even with greek:rofl:
also, i'm still playing World of Warcraft... so it's not that dead:rofl:
children now days don't know how to chat... good old IRC times ... even with that junk MSN
ahh i see the issue
Discord emojis bypass this assessment.
For example:
custom emojis > emoticons > default emojis
:3 > custom emojis > most emoticons > default emojis
I have an other fix. The old regex, replaced the space that was surrounded... the right code is this
Mode: regex
Search: (?<!\S)([xX][dD])(?!\S)
Replace: :rofl:
Now what it does.. It searches for "xd", "xD", "Xd" or "XD". It should be surrounded by space character or being a simple word.
For greek fellas...
Mode: regex
Search: (?<!\S)([xXχΧ][dDδΔ])(?!\S)
Replace: :rofl:
