vutil ~master (2015-03-22T03:52:14Z)
Dub
Repo
allOf
vutil
string
Checks if all characters in 'str' are contained in 'chars'.
@
safe
pure
bool
allOf
(
string
str
,
string
chars
)
Meta
Source
See Implementation
vutil
string
aliases
countUntilAny
functions
allOf
anyOf
formatAlloc
icmp2
indexOfAny
indexOfCT
matchBracket
sanitizeUTF8
stripA
stripLeftA
stripRightA
stripUTF8Bom
Checks if all characters in 'str' are contained in 'chars'.