LledtearApr 21, 2008Post #1 Monday, April 21, 2008 7:21 PM How would I count how many a's are in the following string: abaacdeaabcda
laserlightApr 21, 2008Post #2 Monday, April 21, 2008 7:22 PM You could use [man]substr_count/man. If you want a count of each character, use [man]count_chars/man.