isAlpha

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