powered by
is_proper_name(aname)
has.punct
has_punct
is.oneOf
is.onlyLowers
is.properName
is.withinRange
is_one_of
is_only_lowers
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