README.md

stringb

Codecov test coverage R-CMD-check

stringb provides a zero-dependency (mostly) drop in replacement for stringr implemented on top of base R regular expressions. This is useful if you are finding stringr's stringi dependency to be onerous for your users (since it requires compilation and a large unicode database).

stringb should match stringr behaviour as much as possible. The main exceptions are listed below:

Installation

You can install the development version of stringb with:

remotes::install_github("hadley/stringb")


hadley/stringb documentation built on Sept. 16, 2023, 9:11 p.m.