Description Usage Arguments Value Author(s) See Also Examples
Tests if string is like a proper name with inital letter in upper case
1 | is.properName(aname)
|
aname |
a character string |
boolean TRUE if ok
Reinhard Simon, Jose Francisco Loff
Other rule_checks: has.punct
;
has_punct
; is.oneOf
;
is.onlyLowers
;
is.withinRange
; is_one_of
;
is_only_lowers
;
is_proper_name
;
is_within_range
1 2 3 4 5 6 7 | # Valid proper names
is_proper_name("John") == TRUE
is_proper_name("john") == FALSE
is_proper_name(123) == FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.