regex icon indicating copy to clipboard operation
regex copied to clipboard

Regular expression libraries for Go

Results 5 regex issues
Sort by recently updated
recently updated
newest added

I found that package `github.com/quasilyte/regex/syntax` is placed in submodule `github.com/quasilyte/regex/syntax`. However, it seems that module `github.com/quasilyte/regex/syntax` is not tagged. According to [Go Modules wiki](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository), submodule should be tagged like `relative-path-to-root/vX.X.X`....

https://github.com/laravel-shift/blueprint/blob/a0d0655cdfe367327415849ba8240fdcf3165705/src/Lexers/ModelLexer.php#L218

- [x] lookahead / lookbehind `(?=re)` `(?!re)` `(?re)` - [x] alternative named group syntax `(?'name're)` - [ ] recursive sub-pattern call `(?n)` `(?+n)` `(?-n)` `(?R)` + named variants - [...

The parser accepts even slightly invalid regexps, so they can be analyzed as well. There should be a separate option or a function to enable full validation.