Go-regex Alternatives
Similar projects and alternatives to go-regex
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
-
run-all
run-all is a command-line tool that allows you to execute commands across multiple directories based on a customizable directory pattern.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
matchgo
matchgo is a minimalistic regex engine that allows you to compile regex patterns, check strings for matches, and extract matched groups.
go-regex discussion
go-regex reviews and mentions
-
Charm: a new language in, with, and for Go
For regex, I would suggest making sure you use PCRE, since the built-in RE2 is slower and more limited. I also have a go module that uses PCRE regex with a cache, and some JavaScript like features: https://github.com/AspieSoft/go-regex
- faster go regex module
Stats
AspieSoft/go-regex is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of go-regex is Go.