anyOf

Checks if any character in 'str' is contained in 'chars'.

@safe pure
bool
anyOf
(
string str
,
string chars
)

Meta