My question is simple as that : if a string has a emoji inside it, how to remove it and return all contents of the string BUT the emojis ?
function removeEmoji(s : string); begin // supose s := 'Testing ??'; // i need to return only 'Testing'; end;
1.4m articles
1.4m replys
5 comments
57.0k users