allOf

Checks if all characters in 'str' are contained in 'chars'.

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

Meta