aurorafw ~master (2020-10-29T20:10:48Z)
Dub
Repo
isAlpha
aurorafw
stdx
string
Undocumented in source. Be warned that the author may not have intended to support it.
@
nogc
@
safe
pure nothrow
bool
isAlpha
(
string
str
)
Examples
assertTrue
(
isAlpha
(
"tunaisgood"
));
assertFalse
(
isAlpha
(
"tun41s900d"
));
Meta
Source
See Implementation
aurorafw
stdx
string
functions
indexOfAny
isAlpha
isNumber
substr