Description Usage Arguments Value Author(s) See Also Examples
Tests if a string has only lower case letters
1 |
s |
a character string |
boolean TRUE if detects anything
Reinhard Simon
Other rule_checks: has.punct
;
has_punct
; is.oneOf
;
is.properName
;
is.withinRange
; is_one_of
;
is_only_lowers
;
is_proper_name
;
is_within_range
1 2 3 4 | is_only_lowers("example") == TRUE
is_only_lowers("Example") == FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.