29.10.2013, 04:38
I need a function like this:
OnlyAZ(string[]);
It would check if the string contains only letters from A to Z. So no special characters etc.
It should be case-insensitive.
Does anyone have something similar? Some snippet or something?
Thank you.
OnlyAZ(string[]);
It would check if the string contains only letters from A to Z. So no special characters etc.
It should be case-insensitive.
Does anyone have something similar? Some snippet or something?
Thank you.