powered by
TRUE
FALSE
pystr_isalnum(str)
pystr_isalpha
pystr_isnumeric
pystr_isalnum("abc") pystr_isalnum("abc123") pystr_isalnum("abc123!") pystr_isalnum(c("one", "2", "three!"))
Run the code above in your browser using DataLab