library(stringi) stri_locate_all_regex("abc", "((?:)(?<letterone>[a-z])(?<lettertwo>[a-z])(?<letterthree>[a-z]))", capture_groups = TRUE)
To embed this project on your website, copy the following code and paste it into your website's HTML: