Learn R Programming

namedCapture (version 2020.4.1)

Named Capture Regular Expressions

Description

User-friendly wrappers for named capture regular expressions. Introduction and comparison in research paper by Hocking (2019), R Journal. RE2 engine ('re2r' package) was removed from CRAN in Mar 2020 so must be installed from github.

Copy Link

Version

Install

install.packages('namedCapture')

Monthly Downloads

24

Version

2020.4.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Toby Hocking

Last Published

April 1st, 2020

Functions in namedCapture (2020.4.1)

str_match_all_named

All matches from multiple subjects, three argument syntax
str_match_variable

First match from multiple subjects, variable argument syntax
variable_args_list

variable args list
df_match_variable

First match from every row, variable argument syntax
apply_type_funs

apply type funs
names_or_error

names or error
str_match_all_variable

All matches from one subject, variable argument syntax
only_captures

only captures
check_subject_pattern

check subject pattern
stop_for_names

stop for names
engine

engine
str_match_named

First match from multiple subjects, three argument syntax