An open API service indexing awesome lists of open source software.

https://github.com/trinker/regextools

A regular expression documentation, testing, and storage system.
https://github.com/trinker/regextools

Last synced: 5 months ago
JSON representation

A regular expression documentation, testing, and storage system.

Awesome Lists containing this project

README

          

## ----, echo=FALSE, results='asis', warning=FALSE-------------------------
library(regextools)
thefuns <- readLines("vignettes/functions_table/functions.R")
cat(paste(thefuns, collapse="\n"))