kevinchang a écrit :
> I am wondering if there is any built-in funcion that can determine whether
> words in a character vector start with a captial letter or not. Help,
> please. Thanks.

DIY with tolower().
apply tolower() on 1st letter and compare.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to