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