-
Updated
Aug 15, 2019 - TypeScript
{{ message }}
Regular expressions that match the mobile phone number in mainland China. / 一组匹配中国大陆手机号码的正则表达式。
Utility to convert between various subscription format
Simple Regex Language
Create random strings that match a given regular expression.
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!
A Compile time PCRE (almost) compatible regular expression matcher.
A list of resources in different fields of Computer Science (multiple languages)
A command-line tool and library for generating regular expressions from user-provided test cases
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
A sane interface for php's built in preg_* functions
A Cross-Platform String and Regular Expression Library written in Swift.
Onigmo is a regular expressions library forked from Oniguruma.
A list of cyber-chef recipes and curated links
Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
Find interesting and potentially hazardous commits in git projects
A full-featured regex engine in pure Go based on the .NET engine
Would it be possible to have the regex parser support character classes like \w within other character classes? I had a regex pattern earlier that used the character class [0-9a-zA-Z_\.-], and I attempted to simplify it with [\w\.\-]. I didn't notice this library doesn't support doing that, and was wondering just how difficult that would be to implement. For the time being i'm just expanding
Regular expressions for swift
A Java library for generating String from a regular expression.
Your RegEx companion.
Add a description, image, and links to the regular-expression topic page so that developers can more easily learn about it.
To associate your repository with the regular-expression topic, visit your repo's landing page and select "manage topics."
Recently I was working with another dev on some performance issues. At one point, i took the dbv++ output, pasted it into a blank email (to get the spacing formatted), then took that and pasted it into Excel. I then added a column for Elapsed time (this step) and added a formula to calculate for each line how much time had elapsed since the last log entry. A simple process, but kind of cumbersome.