emoji_test 14.0.1 copy "emoji_test: ^14.0.1" to clipboard
emoji_test: ^14.0.1 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 🥺🥺🥺';
  var emoji = Emoji(strEmoji);
  print('There has emoji ${emoji.hasEmoji}');
  print(strEmoji.replaceAll(Emoji.regex, ''));
}
1
likes
110
pub points
48%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on emoji_test