regex
Here are 2,783 public repositories matching this topic...
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
Updated
Aug 10, 2021 - Rust
-
Updated
Dec 13, 2020 - Shell
Searches through git repositories for high entropy strings and secrets, digging deep into commit history
-
Updated
Jun 23, 2021 - Python
-
Updated
Aug 15, 2019 - TypeScript
Regular expressions that match the mobile phone number in mainland China. / 一组匹配中国大陆手机号码的正则表达式。
-
Updated
Jan 7, 2021
A command-line tool and library for generating regular expressions from user-provided test cases
-
Updated
Aug 4, 2021 - Rust
The code for iHateregex.io
-
Updated
Oct 11, 2020 - Vue
Intuitive find & replace CLI (sed alternative)
-
Updated
Jul 24, 2021 - Rust
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
-
Updated
Aug 7, 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!
-
Updated
Apr 15, 2021 - JavaScript
-
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
Mar 2, 2021 - JavaScript
A tool for structural code search and replace that supports ~every language.
-
Updated
Aug 5, 2021 - OCaml
The standard library of the D programming language
-
Updated
Aug 9, 2021 - D
A sane interface for php's built in preg_* functions
-
Updated
Jun 24, 2021 - PHP
Custom regex filter list for use with Pi-hole.
-
Updated
Jun 29, 2021 - Python
SAKURA Editor (Japanese text editor for MS Windows)
-
Updated
Aug 1, 2021 - C++
Learn Python Regular Expressions step by step from beginner to advanced levels
-
Updated
Jul 31, 2021 - Python
-
Updated
Nov 12, 2019 - Go
-
Updated
Aug 6, 2021 - C++
Example based guide to mastering GNU awk
-
Updated
Aug 4, 2021 - Shell
[iOS] A fully themeable markdown editor with live syntax highlighting.
-
Updated
Dec 14, 2020 - Swift
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."


My problem is that I use my home directory as a git repo to manage my dotfiles, so there is a
~/.gitignorethat ignores everything except some files. The problem isfdwon't work by default at this situation. Although there is a--no-ignore-vcs, but I still want.gitignoreto be respected when I am in a project directory.Ripgrep has a flag
--no-ignore-parentthat can ignore `.gitigno