Verifies if the given input is an alpha or an alpha-numeric string.
'use strict';
thorin.validate('ALPHA', 'inputString', {
dot: true,
dash: true,
underscore: true,
numeric: true
});
You can always create a new issue on GitHub or contact one of the core founders by chat.