Codewars: How to validate if a string is alphanumeric using regex.
I came across this question on Codewars that I found pretty interesting.
I had always avoided using regex as much as I could but this seemed like a good opportunity to sharpen my skills at it.
We're given a function with some sample test cases.
fu...
happisblog.hashnode.dev2 min read