CountOfChar function
function
CountOfChar(Const Value: string; Chr: Char): Integer;
Unit
synautil
Description
Return count of Chr in Value string.