# NOT RUN {
with(DATA, match_tokens(state, c('^li', 'ou')))
with(DATA, match_tokens(state, c('^Th', '^I'), ignore.case = TRUE))
with(DATA, match_tokens(state, c('^Th', '^I'), ignore.case = FALSE))
# }
Run the code above in your browser using DataLab