Here are
77 public repositories
matching this topic...
A command-line tool and library for generating regular expressions from user-provided test cases
Updated
Apr 17, 2020
Rust
A library that provides regular expression patterns. If you hate to write regular expressions, then expynent can help you.
Updated
Nov 15, 2019
Python
The regex-centric, fast lexical analyzer generator for C++ with full Unicode support. Faster than Flex and other regex matchers. Accepts Flex specifications. Generates reusable source code that is easy to understand. Easily integrates with Bison and other parsers. Includes a fast stand-alone regex engine and library.
C++ wrapper for PCRE2 Library
Custom modules for i3blocks status bar
Updated
Apr 6, 2020
Shell
Deterministic Regular Expressions with Backreferences
Updated
Oct 30, 2019
Java
Um estudo de regex comuns
Flutter collection of regex pattern for string validation.
🧬 Regular expressions on steroids. Parse anything and everything with a syntax - crafted to parse syntax. A super-set of regular-expressions.
Updated
Mar 14, 2020
TypeScript
Simple and powerful string generator by the regex pattern.
Updated
Apr 30, 2020
Java
Generate strings supplying a simple pattern. Perfect to be used in test data factories. Validate if a text fulfills a specific pattern. Also you can use regular expressions (Regexp) to generate strings: `/[a-z0-9]{2,5}\w+/.gen`. Generate words in English or Spanish.
Updated
Mar 20, 2020
Ruby
Auto-link URLs, mentions & hashtags
Updated
Jul 1, 2017
JavaScript
RegExp for finding an RFC4122 compliant UUID in a string.
Updated
Jan 14, 2016
JavaScript
A project for finding used classes and annotations.
Updated
Jul 17, 2018
Java
📚 ✅ 🚫 Easy Android validator library to check if strings match with regex patterns
Updated
Jan 30, 2019
Kotlin
Association Rules for regex patterns in amino acid sequences
Python scripts that show the basics of using regex in python and also, sending emails using python scripts
Updated
Feb 6, 2018
Python
Updated
May 15, 2018
TypeScript
A crash course on how to use Regular Expressions
implementation of a compiler, which use regex-pattern and LR(1) grammar
Make your file searching (Based on Extensions) more Accurate and Effective
Updated
Sep 4, 2019
Python
Chunking Data techniques in Named Entity Recognition(NER) using NLP libraries and algorithms
Updated
Dec 3, 2017
Python
Simple rust redis module to use regular expression
Updated
Mar 11, 2020
Rust
Limit input allowed values with a regex pattern
Updated
Jun 7, 2020
TypeScript
CMake utility functions to improve file globbing, file regexing and manage transitive object link dependencies
Updated
Jun 20, 2017
CMake
querySelector like but for selecting HTML Comments like any other DOM Node
Updated
Jun 4, 2019
JavaScript
Updated
Jun 8, 2020
JavaScript
EventEmitter with regexp support
Updated
Apr 30, 2020
TypeScript
Using Google Vision and Tesseract we read the RC book and try to extract Name,Registration number,Registration Date, Mfg Date,Chasis Number, Engine Number
Updated
Nov 13, 2019
Python
Improve this page
Add a description, image, and links to the
regex-pattern
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
regex-pattern
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Add a section with some benchmarks, compare against built-in RE python lib, C regex lib, and google re2 (at least)..