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
120
pub points
37%
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