regexp
There are 1013 repositories under regexp topic.
any86/any-rule
🦕 常用正则大全, 支持web / vscode / idea / Alfred Workflow多平台
pemistahl/grex
A command-line tool and Rust library with Python bindings for generating regular expressions from user-provided test cases
CJex/regulex
:construction: Regular Expression Excited!
yoav-lavi/melody
Melody is a language that compiles to regular expressions and aims to be more readable and maintainable
unjs/magic-regexp
A compiled-away, type-safe, readable RegExp alternative
Bowen7/regex-vis
🎨 Regex visualizer & editor
aykutkardas/regexlearn.com
Learn RegEx step by step, from zero to advanced.
rust-lang/regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
slevithan/xregexp
Extended JavaScript regular expressions
cdoco/common-regex
:jack_o_lantern: 常用正则表达式 - 收集一些在平时项目开发中经常用到的正则表达式。
cdoco/learn-regex-zh
:cn: 翻译: 学习正则表达式的简单方法
kkos/oniguruma
regular expression library
mathiasbynens/emoji-regex
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
pomsky-lang/pomsky
A new, portable, regular expression language
dlclark/regexp2
A full-featured regex engine in pure Go based on the .NET engine
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
katef/libfsm
DFA regular expression library & friends
mingrammer/commonregex
🍫 A collection of common regular expressions for Go
no-context/moo
Optimised tokenizer/lexer generator! 🐄 Uses /y for performance. Moo.
ota-meshi/eslint-plugin-regexp
ESLint plugin for finding regex mistakes and style guide violations.
bennypowers/nvim-regexplainer
Describe the regexp under the cursor
ehmicky/wild-wild-path
🤠 Object property paths with wildcards and regexps 🌵
tkuchiki/alp
Access Log Profiler
Lifailon/lazyjournal
A TUI for reading logs from journald, auditd, file system, Docker (including Swarm) containers, Podman and Kubernetes pods with support for output coloring and multiple filtering modes.
k-takata/Onigmo
Onigmo is a regular expressions library forked from Oniguruma.
jflex-de/jflex
The fast scanner generator for Java™ with full Unicode support
lukeed/regexparam
A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` 🙇♂️
tom-lord/regexp-examples
Generate strings that match a given regular expression
t-regx/T-Regx
Simple library for regular expressions in PHP.
frostming/marko
A markdown parser with high extensibility.
mathiasbynens/regenerate
Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.
BurntSushi/regex-automata
A low level regular expression library that uses deterministic finite automata.
mariomka/regex-benchmark
It's just a simple regex benchmark of different programming languages.
slevithan/awesome-regex
🦉 A curated collection of regex tools, tutorials, libraries, etc.
gagolews/stringi
Fast and portable character string processing in R (with the Unicode ICU)
codpro2005/ts-regexp
A RegExp wrapper providing stronger type safety.