scan_not

Scans the range for exclusion of the mask value.

  const charT* scan_not(mask m,
  const charT* low, const charT* high) const;
  
Remarks

Returns a pointer to the first character in the range that does not match the mask, or the high argument if all characters match