Skip to content
Prev 267429 / 398502 Next

Is a string all blanks?

If the question is that the string contains all blanks, then a regular
expression will probably be best:
[1]  TRUE  TRUE  TRUE FALSE FALSE

        
On Tue, Aug 2, 2011 at 8:07 PM, John Sorkin <JSorkin at grecc.umaryland.edu> wrote: