ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
containsOnlyChars
ae
utils
text
ascii
Returns
true
if
s
does not contain any characters which are not in
chars
.
bool
containsOnlyChars
(
string
s
,
string
chars
)
Meta
Source
See Implementation
ae
utils
text
ascii
aliases
ascii
asciiToLower
asciiToUpper
functions
_xlat
containsOnlyChars
fromDec
isSignedInteger
isUnsignedInteger
toDec
toDecCTFE
toDecFixed
templates
DecimalSize
Returns true if s does not contain any characters which are not in chars.