#regexp (10 Repositories)
Ranked open-source repositories tagged with #regexp, scored by pull request acceptance likelihood and maintainer engagement velocity.
22.6%
2.1h
10 repositories tagged #regexp
coregx/coregex
Pure Go production-grade regex engine with SIMD optimizations. Up to 3-3000x+ faster than stdlib.
le0pard/re2js
RE2JS is the JavaScript port of RE2, a regular expression engine that provides linear time matching
micromatch/picomatch
Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. Used by GraphQL, Jest, Astro, Snowpack, Storybook, bulma, Serverless, fdir, Netlify, AWS Amplify, Revogrid, rollup, routify, open-wc, imba, ava, docusaurus, fast-glob, globby, chokidar, anymatch, cloudflare/miniflare, pts, and more than 5 million projects! Please follow picomatch's author: https://github.com/jonschlinkert
catatsuy/purl
Streamlining Text Processing
codpro2005/ts-regexp
A RegExp wrapper providing stronger type safety.
t-regx/T-Regx
Simple library for regular expressions in PHP.
any86/any-rule
🦕 常用正则大全, 支持web / vscode / idea / Alfred Workflow多平台
yoav-lavi/melody
Melody is a language that compiles to regular expressions and aims to be more readable and maintainable
katef/libfsm
DFA regular expression library & friends
jaywcjlove/regexp-example
正则表达式实例搜集,通过实例来学习正则表达式。