Regexp for emoticons.
This commit is contained in:
parent
46427342b3
commit
f676819eae
@ -48,24 +48,23 @@ _:===:line
|
|||||||
|
|
||||||
[emoticonDict]
|
[emoticonDict]
|
||||||
# This dictionary uses regexp, so be sure to escape anything that would be parsed by regexp, e.g. *, ., ^, $, etc.
|
# This dictionary uses regexp, so be sure to escape anything that would be parsed by regexp, e.g. *, ., ^, $, etc.
|
||||||
<{-.-}>:===:Raves
|
[\s*|'|"][\s*|'|"]<{-.-}>:===:Raves
|
||||||
8-\):===:smile with sunglasses
|
[\s*|'|"][\s*|'|"]8-\):===:smile with sunglasses
|
||||||
:-/:===:confused
|
[\s*|'|"][\s*|'|"]:-/:===:confused
|
||||||
-\.-:===:bugged
|
[\s*|'|"][\s*|'|"]-\.-:===:bugged
|
||||||
>\.<:===:laughing
|
[\s*|'|"][\s*|'|"]>\.<:===:laughing
|
||||||
8-X:===:skull
|
[\s*|'|"][\s*|'|"]8-X:===:skull
|
||||||
>:\):===:evil smile
|
[\s*|'|"][\s*|'|"]>:\):===:evil smile
|
||||||
>:-\):===:evil smile
|
[\s*|'|"][\s*|'|"]>:-\):===:evil smile
|
||||||
\\o/:===:Hurray
|
[\s*|'|"][\s*|'|"]\\o/:===:Hurray
|
||||||
:/:===:confused
|
[\s*|'|"][\s*|'|"]:/:===:confused
|
||||||
8\):===:smile with sunglasses
|
[\s*|'|"][\s*|'|"]8\):===:smile with sunglasses
|
||||||
:D:===:laugh
|
[\s*|'|"][\s*|'|"]:D:===:laugh
|
||||||
;\):===:wink
|
[\s*|'|"][\s*|'|"];\):===:wink
|
||||||
XD:===:LOL
|
[\s*|'|"]XD[\s*|'|"]:===:LOL
|
||||||
:-\):===:smile
|
[\s*|'|"]:-\)[\s*|'|"]:===:smile
|
||||||
:\):===:smile
|
[\s*|'|"]:\)[\s*|'|"]:===:smile
|
||||||
->:===:arrow right
|
[\s*|'|"]->[\s*|'|"]:===:arrow right
|
||||||
<-:===:arrow left
|
[\s*|'|"]<-[\s*|'|"]:===:arrow left
|
||||||
oO:===:WTF?
|
[\s*|'|"][O|o][O|o][\s*|'|"]:===:WTF?
|
||||||
Oo:===:WTF?
|
[\s*|'|"]\^\^[\s*|'|"]:===:enjoy smile
|
||||||
\^\^:===:enjoy smile
|
|
||||||
|
Loading…
Reference in New Issue
Block a user