anyOf

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

@safe pure
bool
anyOf
(
const(char)[] str
,
const(char)[] chars
)

Meta