in reply to Re: Extracting the number of %'s in a string
in thread Extracting the number of %'s in a string
The counting solution will give a wrong result if the string has a trailing %, because the OP wants the number of %s followed by another character.