#
regex
Here are 2,397 public repositories matching this topic...
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
Updated
Jan 30, 2021 - Rust
-
Updated
Dec 13, 2020 - Shell
Searches through git repositories for high entropy strings and secrets, digging deep into commit history
-
Updated
Feb 5, 2021 - Python
-
Updated
Aug 15, 2019 - TypeScript
Regular expressions that match the mobile phone number in mainland China. / 一组匹配中国大陆手机号码的正则表达式。
-
Updated
Jan 7, 2021
The code for iHateregex.io 😈 - The Regex Cheat Sheet
-
Updated
Oct 11, 2020 - Vue
Intuitive find & replace CLI (sed alternative)
-
Updated
Dec 12, 2020 - Rust
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
rust
automata
regex
regexp
nfa
automaton
regular-expressions
dfa
regex-engine
regex-syntax
regex-parser
-
Updated
Jan 21, 2021 - Rust
Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by webpack, babel core, yarn, jest, browser-sync, documentation.js, stylelint, nyc, ava, and many others!
javascript
bash
node
regex
glob
regular-expression
matcher
glob-pattern
glob-matching
multimatch
minimatch
wildcard
micromatch
extglob
node-glob
globbing
extended-glob
wildmat
globby
tidelift
-
Updated
Jul 13, 2020 - JavaScript
A command-line tool and library for generating regular expressions from user-provided test cases
rust
cli
terminal
tool
regex
regexp
regular-expression
regex-pattern
command-line-tool
rust-library
regular-expressions
rust-crate
rust-cli
-
Updated
Jan 2, 2021 - Rust
-
Updated
Dec 15, 2020
A container repository for my public web hacks!
-
Updated
Sep 7, 2018 - JavaScript
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
-
Updated
Jan 29, 2021 - JavaScript
The standard library of the D programming language
unicode
meta
functional
math
algorithms
datetime
containers
regex
concurrency
d
dlang
allocator
parallelism
digest
stdio
standard-library
traits
phobos
type-conversion
ranges
-
Updated
Feb 5, 2021 - D
A sane interface for php's built in preg_* functions
-
Updated
Dec 21, 2020 - PHP
A tool for structural code search and replace that supports ~every language.
javascript
refactoring
python
c
java
go
swift
rust
syntax
php
typescript
parsing
parser-combinators
linting
regex
reason
rewriting
search-and-replace
program-transformation
syntax-transformation
-
Updated
Feb 7, 2021 - OCaml
Learn Python Regular Expressions step by step from beginner to advanced levels
-
Updated
Jan 9, 2021 - Python
Custom regex filter list for use with Pi-hole.
-
Updated
Nov 22, 2020 - Python
-
Updated
Nov 12, 2019 - Go
Example based guide to mastering GNU awk
-
Updated
Nov 9, 2020 - Shell
[iOS] A fully themeable markdown editor with live syntax highlighting.
-
Updated
Dec 14, 2020 - Swift
Open
Demo
thierryc
commented
Dec 2, 2018
Add a new demo
SAKURA Editor (Japanese text editor for MS Windows)
editor
windows
visual-studio
cpp
regex
appveyor
text-editor
windows-desktop
grep
macro
codefactor
cpplint
sakura
sakura-editor
sonarcloud
bregonig
azure-pipelines
-
Updated
Feb 8, 2021 - C++
Improve this page
Add a description, image, and links to the regex topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the regex topic, visit your repo's landing page and select "manage topics."


In Git Bash, I use the alias
fd='MSYS_NO_PATHCONV=1 fd --path-separator=/'so that everything is generally done with bash-style path names. This doesn't work with the --exec feature. This makes the output of "grep -H" annoying. The good news is that it functions - grep must accept either file separator. The bad news is that I get a path string I can't usefully copy/paste in the shell to pass to