Ver código fonte

v0.2.2

tags/v0.2.2
Garrick Aden-Buie 7 anos atrás
pai
commit
5da8d87ae3
2 arquivos alterados com 9 adições e 7 exclusões
  1. +1
    -1
      DESCRIPTION
  2. +8
    -6
      man/regexplain-package.Rd

+ 1
- 1
DESCRIPTION Ver arquivo

@@ -1,7 +1,7 @@
Package: regexplain
Title: Rstudio Addin to Explain, Test and Build Regular
Expressions
Version: 0.2.1.9000
Version: 0.2.2
Date: 2018-04-04
Authors@R:
c(person(given = "Garrick",

+ 8
- 6
man/regexplain-package.Rd Ver arquivo

@@ -4,13 +4,15 @@
\name{regexplain-package}
\alias{regexplain}
\alias{regexplain-package}
\title{regexplain: Rstudio Addin to Explain, Test and Build Regular Expressions}
\title{regexplain: Rstudio Addin to Explain, Test and Build Regular
Expressions}
\description{
A set of RStudio Addins to help interactively test and build
regular expressions. Provides a Shiny gadget interface for interactively
constructing the regular expression and viewing the results from common
string-searching functions. The gadget interface includes a helpful
regex syntax reference sheet and a library of common patterns.
A set of RStudio Addins to help interactively test
and build regular expressions. Provides a Shiny gadget interface for
interactively constructing the regular expression and viewing the
results from common string-searching functions. The gadget interface
includes a helpful regex syntax reference sheet and a library of
common patterns.
}
\seealso{
Useful links:

Carregando…
Cancelar
Salvar