Method IsEmojiToTheRight
IsEmojiToTheRight(string, int, out int)
Determines emoji characters in the given text to the right of the specified position.
public static bool IsEmojiToTheRight(string text, int pos, out int len)
Parameters
textstringText to process.
posintPosition to check.
lenintReceives length of the emoji character sequence.
Returns
- bool
True if the match is successful; otherwise false.