powered by
is.properName(aname)
has.punct
is.oneOf
is.onlyLowers
is.withinRange
# Valid proper names is.properName("John") == TRUE is.properName("john") == FALSE is.properName(123) == FALSE
Run the code above in your browser using DataLab