in reply to Re: count special characterin thread count special character
$count = ($string =~ tr/\"//); print "There are $count [\" ] characters in the string"; [download]