Write a function to filter alphanumeric characters from string. How would you test it? Why you didn't use regular expression?
Anonymous
I created a simple function which keeps check on ASCII values for each character to filter it out.
Check out your Company Bowl for anonymous work chats.