Skip to content
 
 

Latest commit

 

History

1,169 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

A fork of the parsing functions in the re2 library. It allows tokenization off strings in regex patterns:

before tokenize: str{hi}
after tokenize: tok{1}

About

RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages