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.
- Host: GitHub
- URL: https://github.com/trinker/regextools
- Owner: trinker
- Created: 2015-01-08T03:29:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T23:29:13.000Z (about 11 years ago)
- Last Synced: 2025-04-08T16:14:20.277Z (about 1 year ago)
- Language: HTML
- Size: 922 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.R
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"))