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