#
regex
Here are 3,494 public repositories matching this topic...
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
Updated
Aug 7, 2022 - Rust
-
Updated
Oct 16, 2021 - Shell
A command-line tool and Rust 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
Aug 3, 2022 - Rust
-
Updated
Jul 12, 2022 - TypeScript
Regular expressions that match the mobile phone number in mainland China. / 一组匹配中国大陆手机号码的正则表达式。
-
Updated
May 17, 2022
Melody is a language that compiles to regular expressions and aims to be more easily readable and maintainable
-
Updated
Aug 7, 2022 - Rust
The code for iHateregex.io 😈 - The Regex Cheat Sheet
-
Updated
May 24, 2022 - Vue
Intuitive find & replace CLI (sed alternative)
-
Updated
Jun 17, 2022 - 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
Aug 1, 2022 - Rust
Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by webpack, babel core, yarn, jest, taro, bulma, browser-sync, documentation.js, stylelint, nyc, ava, and many others! Please follow micromatch's author: https://github.com/jonschlinkert
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 30, 2022 - JavaScript
-
Updated
Mar 12, 2022
-
Updated
Jul 21, 2022 - TypeScript
A code rewrite tool for structural 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
Jul 26, 2022 - OCaml
A container repository for my public web hacks!
-
Updated
Oct 14, 2021 - JavaScript
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
-
Updated
Apr 1, 2022 - JavaScript
Learn Python Regular Expressions step by step from beginner to advanced levels
-
Updated
Jul 8, 2022 - Python
A compiled-away, type-safe, readable RegExp alternative
-
Updated
Aug 7, 2022 - TypeScript
search
unicode
interactive
zip
regex
tar
fuzzy-search
code-search
pcre
recursively-search
source-code
grep
ripgrep
silver-searcher
hexdump
file-search
text-search
shell-utilities
grepping
grep-search
-
Updated
Jun 29, 2022 - C++
-
Updated
Jul 18, 2022 - Vim script
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
Aug 8, 2022 - D
Custom regex filter list for use with Pi-hole.
-
Updated
Jul 19, 2022 - Python
A sane interface for php's built in preg_* functions
-
Updated
May 19, 2022 - PHP
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."


Since fd 8.4, we show this error message:
which is confusing for the average user.
The reason for that is the usage of
argmax::Commandinstead ofstd::process::Command. This should pro