# Option 1: install from CRAN
install.packages("regexTestR")
# Option 2: install dev version from github
devtools::install_github("AdamSpannbauer/r_regex_tester_app")
regexTestR::run_app()
?regex
)Shiny's bootstrap roots allow apps to transition between desktop and mobile pretty seamlessly. The app's mobile experience isn't terrible, so you can use it for all your regex-ing fun on the go! (I won't ask why)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.