Tests whether the given string contains only alpha characters.
The string to check.
true if the given string only contains alpha characters, false otherwise.
true
false
Generated using TypeDoc
Tests whether the given string contains only alpha characters.