compromise
Version:
modest natural language processing
62 lines • 637 B
JavaScript
//just some of the most common emoticons
//faster than
//http://stackoverflow.com/questions/28077049/regex-matching-emoticons
export default [
':(',
':)',
':P',
':p',
':O',
';(',
';)',
';P',
';p',
';O',
':3',
':|',
':/',
':\\',
':$',
':*',
':@',
':-(',
':-)',
':-P',
':-p',
':-O',
':-3',
':-|',
':-/',
':-\\',
':-$',
':-*',
':-@',
':^(',
':^)',
':^P',
':^p',
':^O',
':^3',
':^|',
':^/',
':^\\',
':^$',
':^*',
':^@',
'):',
'(:',
'$:',
'*:',
')-:',
'(-:',
'$-:',
'*-:',
')^:',
'(^:',
'$^:',
'*^:',
'<3',
'</3',
'<\\3',
'=('
]