Skip to content
/ regexp Public

A feature-rich RegExp engine for Go+, compatible with Perl5 and .NET

License

Notifications You must be signed in to change notification settings

goplus/regexp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

regexp

A feature-rich RegExp engine for Go+, compatible with Perl5 and .NET

example

import "github.com/goplus/regexp"

re := regexp`^[a-z]+\[[0-9]+\]$`.compile!
echo re.matchString("adam[23]")

About

A feature-rich RegExp engine for Go+, compatible with Perl5 and .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages