For user and emoji shortcode autocomplete, match using startsWith() instead of match().
if the user starts typing :e, only emoji shortcodes starting with "e" will be suggested, not any containing "e".
same for user mentions.
Fixes #135 (closed).
Edited by nia