Name

wcsspn function — Counts characters that match a span set

Synopsis

size_t wcsspn(const wchar_t* str, const wchar_t* spanset)

The wcsspn function returns the number of wide characters at the start of str that are in the string spanset.