regex
Here are 2,193 public repositories matching this topic...
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
Updated
Oct 22, 2020 - Rust
-
Updated
Oct 5, 2020 - Shell
Searches through git repositories for high entropy strings and secrets, digging deep into commit history
-
Updated
Sep 10, 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
-
Updated
Oct 11, 2020 - Vue
Intuitive find & replace CLI (sed alternative)
-
Updated
Sep 21, 2020 - Rust
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
-
Updated
Oct 14, 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!
-
Updated
Jul 13, 2020 - JavaScript
-
Updated
Jun 28, 2020
A command-line tool and library for generating regular expressions from user-provided test cases
-
Updated
Sep 3, 2020 - Rust
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
Oct 22, 2020 - JavaScript
The standard library of the D programming language
-
Updated
Oct 22, 2020 - D
A sane interface for php's built in preg_* functions
-
Updated
Oct 12, 2020 - PHP
A tool for structural code search and replace that supports ~every language.
-
Updated
Oct 16, 2020 - OCaml
Learn Python Regular Expressions step by step from beginner to advanced levels
-
Updated
Sep 30, 2020 - Python
-
Updated
Nov 12, 2019 - Go
Example based guide to mastering GNU awk
-
Updated
Sep 30, 2020 - Shell
Demo
Add a new demo
[iOS] A fully themeable markdown editor with live syntax highlighting.
-
Updated
Jul 14, 2020 - Swift
A Cross-Platform String and Regular Expression Library written in Swift.
-
Updated
Aug 15, 2020 - Swift
Custom regex filter list for use with Pi-hole.
-
Updated
Sep 29, 2020 - Python
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
fdusers 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
--execuse cases can be written without the"{}"part (whichfdadds, if it is ommitted) because the file entry often comes last. The semic