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