Get the count of continuous non zero chars starting from the beginning.
@param len maximum number of characters to check in the string, that is the maximum value which is returned by the function
See Implementation
Get the count of continuous non zero chars starting from the beginning.
@param len maximum number of characters to check in the string, that is the maximum value which is returned by the function