An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

proxy.golang.org "regular-expressions" keyword

View the packages on the proxy.golang.org package registry that are tagged with the "regular-expressions" keyword.

Top 4.1% on proxy.golang.org
github.com/pemistahl/grex v1.4.5
A command-line tool and Rust library for generating regular expressions from user-provided test c...
15 versions - Latest release: about 1 year ago - 1 dependent repositories - 5,935 stars on GitHub
Top 4.8% on proxy.golang.org
github.com/mathiasbynens/regenerate v1.4.2
Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or cod...
25 versions - Latest release: over 4 years ago - 362 stars on GitHub
Top 7.2% on proxy.golang.org
github.com/wzshiming/crun v0.4.0
Generate matching strings based on regular expressions
9 versions - Latest release: about 4 years ago - 8 dependent packages - 2 dependent repositories - 10 stars on GitHub
Top 7.3% on proxy.golang.org
github.com/wasilibs/go-re2/cre2 v0.0.0-20221219070432-cc962e482342
Drop-in replacement for regexp using re2, for any Go app
2 versions - Latest release: over 2 years ago - 1 dependent repositories - 26 stars on GitHub
Top 6.7% on proxy.golang.org
github.com/pemistahl/grex-js v1.0.2
A JavaScript / WebAssembly library for generating regular expressions from user-provided test cases
3 versions - Latest release: over 1 year ago - 176 stars on GitHub
Top 4.4% on proxy.golang.org
github.com/wasilibs/go-re2 v1.10.0
Drop-in replacement for regexp using re2, for any Go app
19 versions - Latest release: about 1 month ago - 36 dependent packages - 9 dependent repositories - 26 stars on GitHub
Top 9.5% on proxy.golang.org
github.com/yanpozka/solvedchallenges/leetcode/two-sum v0.0.0-20230210232603-97c276e3993b
My solved challenges and hacks (Go, Python, Java)
1 version - Latest release: about 2 years ago - 34 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/DomParfitt/gecko v0.0.0-20200406072125-ff0355ea6770
RegEx Parser in Go
1 version - Latest release: about 5 years ago - 0 stars on GitHub
Top 6.6% on proxy.golang.org
github.com/zyedidia/sregx v0.3.0
A tool and library for using structural regular expressions.
4 versions - Latest release: about 4 years ago - 1 dependent package - 1 dependent repositories - 41 stars on GitHub
Top 9.3% on proxy.golang.org
github.com/yanpozka/solvedchallenges/leetcode/serialize-and-deserialize-binary-tree
My solved challenges and hacks (Go, Python, Java)
Latest release: 15 days ago - 34 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/domparfitt/gecko v0.0.0-20200406072125-ff0355ea6770
RegEx Parser in Go
1 version - Latest release: about 5 years ago - 0 stars on GitHub
github.com/addrummond/claney v0.7.9
Efficient routing based on regular expressions
39 versions - Latest release: about 2 months ago - 0 stars on GitHub
Top 6.7% on proxy.golang.org
github.com/subethaedit/subethaedit v5.1.5-AS-9699+incompatible
General purpose plain text editor for macOS. Widely known for its live collaboration feature.
1 version - Latest release: 10 months ago - 1,355 stars on GitHub
Top 6.7% on proxy.golang.org
github.com/subethaedit/SubEthaEdit v5.1.5-AS-9699+incompatible
General purpose plain text editor for macOS. Widely known for its live collaboration feature.
1 version - Latest release: 10 months ago - 1,355 stars on GitHub
Top 8.6% on proxy.golang.org
github.com/PChaparro/youtube-scraper v1.0.3
Youtube search web scraper using youtube data api, regular expressions and http requests.
4 versions - Latest release: over 2 years ago - 1 stars on GitHub
Top 8.6% on proxy.golang.org
github.com/pchaparro/youtube-scraper v1.0.3
Youtube search web scraper using youtube data api, regular expressions and http requests.
4 versions - Latest release: over 2 years ago - 1 stars on GitHub
Top 5.4% on proxy.golang.org
github.com/hedhyw/rex v1.0.0
Flexible regular expressions constructor for Golang.
9 versions - Latest release: 7 months ago - 4 dependent packages - 1 dependent repositories - 138 stars on GitHub
Top 9.7% on proxy.golang.org
github.com/yakdriver/regexache v0.24.0
Go regular expression cache
24 versions - Latest release: 9 months ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/anuraaga/re2-go v1.10.0
Drop-in replacement for regexp using re2, for any Go app
22 versions - Latest release: about 1 month ago - 24 stars on GitHub
github.com/YakDriver/regexache v0.24.0
Go regular expression cache
24 versions - Latest release: 9 months ago - 5 dependent packages - 3 dependent repositories - 0 stars on GitHub
Top 5.8% on proxy.golang.org
github.com/junkblocker/codesearch-pre-github v1.0.0
Moved to https://github.com/junkblocker/codesearch
1 version - Latest release: over 10 years ago - 50 stars on GitHub
Top 9.8% on proxy.golang.org
github.com/yanpozka/solvedchallenges v0.0.0-20230210232603-97c276e3993b
My solved challenges and hacks (Go, Python, Java)
1 version - Latest release: about 2 years ago - 33 stars on GitHub
Top 9.4% on proxy.golang.org
github.com/yanpozka/solvedchallenges/leetcode/3sum
My solved challenges and hacks (Go, Python, Java)
Latest release: about 1 month ago - 34 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/anuraaga/re2-go/cre2 v0.0.0-20221219013726-de70d16277e8
Drop-in replacement for regexp using re2, for any Go app
5 versions - Latest release: over 2 years ago - 1 dependent package - 26 stars on GitHub
Top 9.3% on proxy.golang.org
github.com/yanpozka/solvedchallenges/leetcode/serialize-and-deserialize-bst
My solved challenges and hacks (Go, Python, Java)
Latest release: about 2 months ago - 34 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/opennota/re2dfa v0.0.0-20180911055205-a350d6c31123
Transform regular expressions into finite state machines.
1 version - Latest release: over 6 years ago - 194 stars on GitHub
Top 9.3% on proxy.golang.org
github.com/yanpozka/solvedchallenges/leetcode/remove-all-adjacent-duplicates-in-string
My solved challenges and hacks (Go, Python, Java)
Latest release: about 2 months ago - 34 stars on GitHub
Top 9.8% on proxy.golang.org
github.com/yanpozka/solvedchallenges/leetcode/interval-list-intersections v0.0.0-20230210232603-97c276e3993b
My solved challenges and hacks (Go, Python, Java)
1 version - Latest release: about 2 years ago - 34 stars on GitHub
Top 9.8% on proxy.golang.org
github.com/wasilibs/go-re2/magefiles v0.0.0-20231222063448-0018040882d7
Drop-in replacement for regexp using re2, for any Go app
2 versions - Latest release: over 1 year ago - 91 stars on GitHub
Top 9.8% on proxy.golang.org
github.com/yanpozka/solvedchallenges/leetcode/unique-email-addresses v0.0.0-20230210232603-97c276e3993b
My solved challenges and hacks (Go, Python, Java)
1 version - Latest release: about 2 years ago - 34 stars on GitHub