Re: Exercism task, isogram
- Posted by axtens_bruce Jan 30, 2023
- 1016 views
ghaberek said...
Here's a shorter version. Hope this helps.
It does very much. I was looking for something like
str = filter( str, STDFLTR_ALPHA )
but didn't know where to look. I got an "of course! why didn't I think of that" out of the loop optimisation.
-Bruce