vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
anyOf
index
vibe
utils
string
Checks if any character in 'str' is contained in 'chars'.
@
safe
pure
bool
anyOf
(
const
(
char
)[]
str
,
const
(
char
)[]
chars
)
Meta
Source
See Implementation
index
vibe
utils
string
aliases
countUntilAny
functions
allOf
anyOf
formatAlloc
icmp2
indexOfAny
matchBracket
sanitizeUTF8
stripA
stripLeftA
stripRightA
stripUTF8Bom
Checks if any character in 'str' is contained in 'chars'.