If you wont to search non latinic word change this line:
var regex = new RegExp('\B\'+this.options.trigger+'([\w\-]+)'); =>> var regex = new RegExp('\B\'+this.options.trigger+'([\S\-]+)');

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.