سؤال

I've just learned how to count the number of chars in a string using length nameoflist and I'm wondering if it's possible to count the number of chars without spaces/punctuation?

Any help is appreciated,thanks

هل كانت مفيدة؟

المحلول

import Data.Char

length $ filter isAlphaNum nameoflist
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top