Skip to content

celeris-labs/re2-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,169 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 100.0%