Skip to content

Hieuzest/pregex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pregex

Usage

from pregex import *
pattern = Pattern(["The code is:", Kleene([Require(Raw("[0-9]+"), name="code", post=int), Optional(",")])])
message = "The code is: 123456, 3456"
res = match_rawstring(pattern, message, RegexFlag.SPLIT)
res.group("code")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages