Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ stringr Public
forked from tidyverse/stringr

Wrapper for R string functions to make them more consistent, simpler and easier to use

Notifications You must be signed in to change notification settings

tdhock/stringr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stringr with named capture regular expressions

This package is an enhanced version of hadley/stringr. The only difference is that when you use str_match_all(text, perl(regex)) or str_match(text, perl(regex)), the columns for the extracted subgroups will be named if regex is a named capture regular expression. It also takes advantage of the new fast C code available starting from R-2.14.

http://sugiyama-www.cs.titech.ac.jp/~toby/papers/2011-08-16-directlabels-and-regular-expressions-for-useR-2011/2011-useR-named-capture-regexp.pdf

About

Wrapper for R string functions to make them more consistent, simpler and easier to use

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%