scan_is

Scans the range for a mask value.

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

Returns a pointer to the first character in the range that matches the mask, or the high argument if there is no match.