全部标签
目录标签

#regex

公开记录中带有此标签的全部仓库——标签来自其 GitHub 主题或软件包注册表发布的关键词。健康度量遵循与记录其余部分相同的版本化方法论。

47 条记录
标签为“regex”按健康指数排序
npm · PyPI · RubyGems +2
84良好健康指数
cucumber/cucumber-expressions
Human friendly alternative to Regular Expressions
Java · Go · C#★ 199↓ 16.4M/月2026年7月20日
MIT2026年7月20日 · 指标 1.13.0
crates.io
77良好健康指数
sharkdp/fd
A simple, fast and user-friendly alternative to 'find'
Rust★ 43.8K↓ 9,057/月2026年7月15日
Apache-2.02026年7月15日 · 指标 1.13.0
PyPI
73良好健康指数
datafog/datafog-python
Offline PII firewall for AI agents and LLM apps: fast local detection and redaction, Claude Code hook, LiteLLM guardrail. Zero network calls, one dependency.
Python★ 67↓ 34K/月2026年7月16日
MIT2026年7月16日 · 指标 1.13.0
crates.io
70良好健康指数
BurntSushi/ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Rust★ 66.2K↓ 32.5K/月2026年7月15日
Unlicense2026年7月15日 · 指标 1.13.0
PyPI · crates.io
70良好健康指数
dottxt-ai/outlines-core
Faster structured generation
Rust · Python★ 299↓ 4.8M/月2026年7月21日
Apache-2.02026年7月21日 · 指标 1.13.0
npm
68中等健康指数
FRSOURCE/frs-replace
The fastest way to replace any text/file/piped stream content. Shipped with both NodeJS API & CLI out of the box!
TypeScript · JavaScript★ 2↓ 3,128/月2026年7月15日
MIT2026年7月15日 · 指标 1.13.0
crates.io
68中等健康指数
rust-lang/regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Rust★ 3,985↓ 228M/月2026年7月14日
Apache-2.02026年7月14日 · 指标 1.13.0
npm
67中等健康指数
chetanbasuray/shorol
A fluent, human-readable regex builder for JavaScript and TypeScript.
TypeScript★ 0↓ 2,887/月2026年7月18日
MIT2026年7月18日 · 指标 1.13.0
RubyGems
64中等健康指数
enjaku4/grepfruit
Tool for searching regex patterns in files
Ruby★ 312026年7月19日
MIT2026年7月19日 · 指标 1.13.0
Packagist
63中等健康指数
yoeunes/regex-parser
RegexParser: Static Analysis, Linter & Logic Solver for PHP
PHP★ 29↓ 20.6K/月2026年7月17日
MIT2026年7月17日 · 指标 1.13.0
npm
59中等健康指数
kaelzhang/node-ignore
🔍 node-ignore is the manager and filter for .gitignore rules, the one used by eslint, prettier and many others.
JavaScript★ 497↓ 1.1B/月2026年7月22日
自定义许可证2026年7月22日 · 指标 1.13.0
npm
59中等健康指数
mpyw/FILTER_VALIDATE_EMAIL.js
TypeScript/JavaScript Email validation compatible with PHP's filter_var($value, FILTER_VALIDATE_EMAIL)
TypeScript★ 26↓ 2,598/月2026年7月21日
MIT2026年7月21日 · 指标 1.13.0
Go
57中等健康指数
dlclark/regexp
A full-featured regex engine in pure Go based on the .NET engine
Go★ 1,1812026年7月16日
MIT2026年7月16日 · 指标 1.13.0
Go
57中等健康指数
dlclark/regexp2
A full-featured regex engine in pure Go based on the .NET engine
Go★ 1,1822026年7月21日
MIT2026年7月21日 · 指标 1.13.0
PyPI
57中等健康指数
facelessuser/backrefs
Wrapper around re or regex that adds additional back references
Python★ 132026年7月16日
MIT2026年7月16日 · 指标 1.13.0
PyPI
56中等健康指数
RECHE23/real-regex
Linear-time, ReDoS-safe C++20 header-only regex engine with bounded lookarounds + an re-compatible Python binding
C++★ 2↓ 31K/月2026年7月13日
MIT2026年7月13日 · 指标 1.13.0
npm
55中等健康指数
inspect-js/is-regex
Is this value a JS regex?
JavaScript★ 24↓ 368M/月2026年7月22日
MIT2026年7月22日 · 指标 1.13.0
RubyGems
55中等健康指数
janlelis/unicode-emoji
Up-to-date Emoji Regex and Data in Ruby 💥
Ruby★ 1892026年7月16日
MIT2026年7月16日 · 指标 1.13.0
npm
54中等健康指数
ljharb/safe-regex-test
Give a regex, get a robust predicate function that tests it against a string.
JavaScript★ 8↓ 324M/月2026年7月22日
MIT2026年7月22日 · 指标 1.13.0
npm
53中等健康指数
mathiasbynens/emoji-regex
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
JavaScript★ 1,910↓ 1.8B/月2026年7月22日
MIT2026年7月22日 · 指标 1.13.0
npm
53中等健康指数
mathiasbynens/regexpu-core
regexpu’s core functionality, i.e. `rewritePattern(pattern, flag, options)`, which enables rewriting regular expressions that make use of the ES6 `u` flag into equivalent ES5-compatible regular expression patterns.
JavaScript★ 81↓ 179M/月2026年7月22日
MIT2026年7月22日 · 指标 1.13.0
crates.io
52中等健康指数
Chmln/sd
Intuitive find & replace CLI (sed alternative)
Rust★ 7,262↓ 3,625/月2026年7月18日
MIT2026年7月18日 · 指标 1.13.0
npm
52中等健康指数
erikvullings/slimdown-js
A regex-based Markdown parser
TypeScript★ 15↓ 2,249/月2026年7月19日
MIT2026年7月19日 · 指标 1.13.0
npm
52中等健康指数
lydell/js-tokens
Tiny JavaScript tokenizer.
JavaScript · CoffeeScript★ 5562026年7月22日
MIT2026年7月22日 · 指标 1.13.0
npm
51中等健康指数
es-shims/RegExp.prototype.flags
ES6 spec-compliant RegExp.prototype.flags shim
JavaScript★ 8↓ 320M/月2026年7月22日
MIT2026年7月22日 · 指标 1.13.0
npm
51中等健康指数
sindresorhus/identifier-regex
Regular expression for matching JavaScript identifiers
JavaScript★ 18↓ 3.4M/月2026年7月17日
MIT2026年7月17日 · 指标 1.13.0
npm
49存在风险健康指数
chalk/ansi-regex
Regular expression for matching ANSI escape codes
JavaScript★ 202↓ 2.1B/月2026年7月22日
MIT2026年7月22日 · 指标 1.13.0
npm
48存在风险健康指数
bnjmnt4n/regjsgen
Generate regular expressions from regjsparser’s AST.
JavaScript★ 32↓ 154M/月2026年7月22日
MIT2026年7月22日 · 指标 1.13.0
npm
48存在风险健康指数
micromatch/is-glob
If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience. 55+ million downloads.
JavaScript★ 96↓ 689M/月2026年7月22日
MIT2026年7月22日 · 指标 1.13.0
RubyGems · npm
48存在风险健康指数
ticky/ruby-emoji-regex
💎 A set of Ruby regular expressions for matching Unicode Emoji symbols.
Ruby★ 412026年7月17日
MIT2026年7月17日 · 指标 1.13.0