emoji_test 14.0.2 copy "emoji_test: ^14.0.2" to clipboard
emoji_test: ^14.0.2 copied to clipboard

emoji-test provides a regex to match all emoticon characters and sequences according to the latest Unicode standard.

example/emoji_test_example.dart

import 'package:emoji_test/emoji_test.dart';

void main() {
  var strEmoji = 'Hey everyone 🥺🥺🥺';
  print('There has emoji: ${strEmoji.hasEmoji()}');
  print(strEmoji.replaceAll(RegExp(EMOJIS_REGEX), ':)'));
  print(strEmoji.removeEmoji());
}
1
likes
150
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

emoji-test provides a regex to match all emoticon characters and sequences according to the latest Unicode standard.

Documentation

API reference

License

MIT (license)

More

Packages that depend on emoji_test