regex
There are 5242 repositories under regex topic.
BurntSushi/ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
ziishaned/learn-regex
Learn regex the easy way
sharkdp/fd
A simple, fast and user-friendly alternative to 'find'
Blankj/AndroidUtilCode
:fire: Android developers should collect the following utils(updating).
learnbyexample/Command-line-text-processing
:zap: From finding text to search and replace, from sorting to beautifying text and more :art:
dottxt-ai/outlines
Structured Text Generation
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
chmln/sd
Intuitive find & replace CLI (sed alternative)
CJex/regulex
:construction: Regular Expression Excited!
intel/hyperscan
High-performance regular expression matching library
VincentSit/ChinaMobilePhoneNumberRegex
Regular expressions that match the mobile phone number in mainland China. / 一组匹配**大陆手机号码的正则表达式。
yoav-lavi/melody
Melody is a language that compiles to regular expressions and aims to be more readable and maintainable
geongeorge/i-hate-regex
The code for iHateregex.io 😈 - The Regex Cheat Sheet
unjs/magic-regexp
A compiled-away, type-safe, readable RegExp alternative
Bowen7/regex-vis
🎨 Regex visualizer & editor
rust-lang/regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
aykutkardas/regexlearn.com
Learn RegEx step by step, from zero to advanced.
slevithan/xregexp
Extended JavaScript regular expressions
cdoco/common-regex
:jack_o_lantern: 常用正则表达式 - 收集一些在平时项目开发中经常用到的正则表达式。
micromatch/micromatch
Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by square, webpack, babel core, yarn, jest, ract-native, taro, bulma, browser-sync, stylelint, nyc, ava, and many others! Follow micromatch's author: https://github.com/jonschlinkert
Genivia/ugrep
NEW ugrep 7.0: a more powerful, ultra fast, user-friendly, compatible grep. Includes a TUI, Google-like Boolean search with AND/OR/NOT, fuzzy search, hexdumps, searches (nested) archives (zip, 7z, tar, pax, cpio), compressed files (gz, Z, bz2, lzma, xz, lz4, zstd, brotli), pdfs, docs, and more
cdoco/learn-regex-zh
:cn: 翻译: 学习正则表达式的简单方法
comby-tools/comby
A code rewrite tool for structural search and replace that supports ~every language.
0xSobky/HackVault
A container repository for my public web hacks!
learnbyexample/py_regular_expressions
Learn Python Regular Expressions step by step from beginner to advanced levels
mathiasbynens/emoji-regex
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
sk3pp3r/cheat-sheet-pdf
📜 A Cheat-Sheet Collection from the WWW
learnbyexample/scripting_course
:notebook: Books, reference guides and resources on Regular Expressions, CLI one-liners, Scripting Languages and Vim.
gherkins/regexpbuilderphp
🦉 human-readable regular expressions
mmotti/pihole-regex
Custom regex filter list for use with Pi-hole.
pomsky-lang/pomsky
A new, portable, regular expression language
sakura-editor/sakura
SAKURA Editor (Japanese text editor for MS Windows)
dlang/phobos
The standard library of the D programming language
StefanSchroeder/Golang-Regex-Tutorial
Golang - Regular Expression Tutorial
spatie/regex
A sane interface for php's built in preg_* functions