#
regex
Here are 2,089 public repositories matching this topic...
ripgrep recursively searches directories for a regex pattern
-
Updated
Aug 29, 2020 - Rust
-
Updated
Apr 3, 2020 - Shell
Searches through git repositories for high entropy strings and secrets, digging deep into commit history
-
Updated
Jun 23, 2020 - Python
-
Updated
Aug 15, 2019 - TypeScript
Regular expressions that match the mobile phone number in mainland China. / 一组匹配中国大陆手机号码的正则表达式。
-
Updated
Jul 28, 2020
The code for iHateregex.io 😈 - The Regex Cheat Sheet
-
Updated
Aug 30, 2020 - Vue
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 4, 2020 - Rust
Intuitive find & replace CLI (sed alternative)
-
Updated
Aug 3, 2020 - 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
-
Updated
Jun 28, 2020
A container repository for my public web hacks!
-
Updated
Sep 7, 2018 - 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
Aug 30, 2020 - Rust
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
-
Updated
Apr 10, 2020 - 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
Aug 31, 2020 - D
A sane interface for php's built in preg_* functions
-
Updated
Jun 26, 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
Aug 26, 2020 - OCaml
Learn Python Regular Expressions step by step from beginner to advanced levels
-
Updated
Aug 31, 2020 - Python
Open
Demo
thierryc
commented
Dec 2, 2018
Add a new demo
Example based guide to mastering GNU awk
-
Updated
Aug 17, 2020 - Shell
[iOS] A fully themeable markdown editor with live syntax highlighting.
-
Updated
Jul 14, 2020 - Swift
-
Updated
Nov 12, 2019 - Go
A Cross-Platform String and Regular Expression Library written in Swift.
macos
swift
ios
cross-platform
tvos
watchos
cocoapods
carthage
regex
swift-package-manager
regular-expression
string-manipulation
trimming
swift-server
padding
latinization
-
Updated
Aug 15, 2020 - Swift
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
Aug 30, 2020 - 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."
I see a lot of
fd
users that seem to think that they need to add"{}"
to all commands. Some users also seem to think that the closing semicolon (which needs to be escaped)\;
is required:In reality, 90% of the
--exec
use cases can be written without the"{}"
part (whichfd
adds, if it is ommitted) because the file entry often comes last. The semic