Skip to content

Regular Expressions, but Sexy

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

samawelch/regexcite

Repository files navigation

regexcite

This is a toy package that is being uploaded while I work through [Chapter 1] (https://r-pkgs.org/whole-game.html#use_mit_license) of the textbook R Packages (2nd ed.).

Installation

You can install the development version of regexcite from GitHub with:

# install.packages("pak")
pak::pak("samawelch/regexcite")

Usage

This is a basic example which shows you how to solve a common problem:

library(regexcite)
## basic example code
str_split_one(string = "a, b, c", pattern = ", ", n = Inf) # n constraints number of returned elements
#> [1] "a" "b" "c"

About

Regular Expressions, but Sexy

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages