RemoveEmoji class

Accurately replace/remove emojis in text strings

Constructors

RemoveEmoji()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clean(String text, [String word = '', bool trimText = true]) String
Accurately replace/remove emojis in text strings Returns a copy of string without emoji characters/
getRegexString() String
Get the emoji regex string Returns a regex string
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removemoji(String text, [String word = '', bool trimText = true]) String
Accurately replace/remove emojis in text strings Returns a copy of string without emoji characters/
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited