Skip to content

joxer/macabre-pcre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macabre-pcre

macabre-pcre is a wrapper around the pcre library for c.
It provide these method:

Regex::Regex(string, regex)

String is the text that you want to examine and regex is the pattern applied to the text

Regex::match(offset) 
Return how many times the string have matched

Regex::get()
Return as vector<string> all the word matched

Regex::split()
Return as vector<string> all piece not matched

About

a wrapper of the pcre library for c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages