Searches through git repositories for high entropy strings and secrets, digging deep into commit history
Generate regular expressions that match a set of strings
:fire: Android developers should collect the following utils(updating).
ripgrep recursively searches directories for a regex pattern
Regular Expression Visualization Site (static site version) -- migrated to https://gitlab.com/javallone/regexper-static
Regular expressions that match the mobile phone number in mainland China. / 一组匹配中国大陆手机号码的正则表达式。
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
This repository is currently only used for issue tracking for www.regex101.com
RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions.
A collection of common regular expressions bundled with an easy to use interface.
NSRegularExpression extensions that make regular expressions easier in Objective-C, Swift, iOS, OSX
Turn a path string such as `/user/:name` into a regular expression
Don't let regular expressions get you down. Come learn how to be dangerous with regular expressions. Hope you enjoyed the video! Tool I used in this video for ...
A regular expression (or regex) is way to find strings within strings. It's small code that when applied to a string, will give other strings - either the whole string or ...
Hey gang, in this video we'll take a look at what regex (regular expressions) is, and why it is so useful in web development. Regular Expressions allow us to ...
In this Python Programming Tutorial, we will be learning how to read, write, and match regular expressions with the re module. Regular expressions are ...
In this regular expressions (regex) tutorial, we're going to be learning how to match patterns of text. Regular expressions are extremely useful for matching ...
Python Training : https://www.edureka.co/python ) This Edureka "Python RegEx" tutorial (Python Tutorial Blog: https://goo.gl/wd28Zr) will help you in ...
This video is part of week 2 of the "Programming from A to Z" course at ITP (http://itp.nyu.edu). In this video I introduce Regular Expressions. What are they and ...
https://www.facebook.com/tusharroy25 https://github.com/mission-peace/interview/blob/master/src/com/interview/dynamic/RegexMatching.java ...
From Fluent 2012: Quick, what does this do: /(\/\*?\\/)|\/\/.*?(\r?\n|$)/g? If you're like many developers, you just averted your eyes, and your heart is now in your ...
Regular Expressions rock. They are an ultra-powerful search pattern language that almost anyone can learn, whether you are into programming or not.