Forum Moderators: coopster
This is my first question in this forum, so forgive me if it is too basic and stupid.
I have been trying to figure out how to count the number of alphabets in a word. I searched a lot, but could not get any reference. Does php has any built in function to do that?
I stumbled upon the sizeof() function, but it seems to count the number of words and not alphabets.
Any help will be highly appreciated.