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;
2.1m questions
2.1m answers
60 comments
57.0k users