I want to ask how I can delete all characters from string which are not present in alphabet string.
I could use for loop to check every character, but I need something with better performance because application have to process multiple(up to ~200) big files. 1 string = 1 file content