Skip to content

haifenghuang/pcre2_study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pcre2_study

I'm studying pcre2 library, for me to remember what I'v learned, I've created this repository.

It provides five methods:

- re_ismatch: checks if subject string matches a pattern.

- re_match: match subject string against specified pattern and returns the matched string in its last parameters.

- re_replace: replace matches of regular expression with replacement in the subject string.

- re_group_bynumber: match subject string against specified pattern(which contains group) and get the captured string by number.

- re_group_byname: match subject string against specified pattern(which contains group) and get the captured string by name.

About

For studying pcre2 library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages