Page 1 of 1

is there a function that counts the number of times that

Posted: Wed Feb 25, 2004 8:31 am
by pelegk2
for example the letters A-Z or a-z or a,b,r
are found in a string?
thanks in advance
peleg

Posted: Wed Feb 25, 2004 9:08 am
by redhair
substr_count and count_chars

This might help..