regexp2 icon indicating copy to clipboard operation
regexp2 copied to clipboard

A full-featured regex engine in pure Go based on the .NET engine

Results 15 regexp2 issues
Sort by recently updated
recently updated
newest added

Thanks for this nice library! I'm using this library from another language that can compile to Golang. I've now finally hit the case where I use a library that needs...

#### Description This PR introduces a new method `MatchStringSafe` to the `Regexp` struct. The new method simplifies the use of regular expressions by returning only a boolean value, ignoring any...

Hi, This PR introduces a few changes to improve compatibility with the current ECMAScript specification in terms of handling of named capture groups: - The name of the group must...

Hi, Noticed that regexp2cg is out there but only works with the code_gen branch. Are there any plans of integrating that into the main branch? Thank you for building this...

Currently as noted in the comment of `putRunner`, there's no attempt being made to limit the size of the runner pooling - this can result in the pool containing a...