I know trying to deal with emojis in a string can get complicated in some cases, but in case I only wanted to know if a string starts with an emoji (any) or not, is there an easy way?
Sorry if it finally turned to be a very basic question, but the only thing that search reports to me for now is this C# one: How can i tell a string starts with an emoji and get the first emoji in the string, without using regex? that I don't even know how to take... Thank you.