regular-expressions
There are 980 repositories under regular-expressions topic.
pemistahl/grex
A command-line tool and Rust library with Python bindings for generating regular expressions from user-provided test cases
rust-lang/regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
learnbyexample/py_regular_expressions
Learn Python Regular Expressions step by step from beginner to advanced levels
justmarkham/DAT8
General Assembly's 2015 Data Science course in Washington, DC
subethaedit/SubEthaEdit
General purpose plain text editor for macOS. Widely known for its live collaboration feature.
LeonardoCardoso/SwiftLinkPreview
It makes a preview from an URL, grabbing all the information such as title, relevant texts and images.
gherkins/regexpbuilderphp
🦉 human-readable regular expressions
google/re2j
linear time regular expression matching in Java
codingforentrepreneurs/Guides
Guides for learning + doing better web and app development. Created by Coding for Entrepreneurs.
mazen160/secrets-patterns-db
Secrets Patterns DB: The largest open-source Database for detecting secrets, API keys, passwords, tokens, and more.
chrdavis/SmartRename
A Windows Shell Extension for more advanced bulk renaming using search and replace or regular expressions
lorey/social-media-profiles-regexs
:card_index: Extract social media profiles and more with regular expressions
Genivia/RE-flex
A high-performance C++ regex library and lexical analyzer generator with Unicode support. Extends Flex++ with Unicode support, indent/dedent anchors, lazy quantifiers, functions for lex and syntax error reporting and more. Seamlessly integrates with Bison and other parsers.
uhop/node-re2
node.js bindings for RE2: fast, safe alternative to backtracking regular expression engines.
fancy-regex/fancy-regex
Rust library for regular expressions using "fancy" features like look-around and backreferences
t-regx/T-Regx
Simple library for regular expressions in PHP.
mathiasbynens/regenerate
Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.
zevv/npeg
PEGs for Nim, another take
adiwajshing/WhatsAppInfoBot
A Framework to Build Bots
hoaproject/Regex
The Hoa\Regex library.
edicl/cl-ppcre
Common Lisp regular expression library
shreyasminocha/regex-for-regular-folk
🔍💪 Regular Expressions for Regular Folk — A visual, example-based introduction to RegEx [BETA]
VerbalExpressions/RVerbalExpressions
:speech_balloon: Create regular expressions easily
nitely/nim-regex
Pure Nim regex engine. Guarantees linear time matching
nedrysoft/regex101
A cross platform (macOS, Linux & Windows) unofficial "offline" version of the regex101.com website. Uses the users own database (any qt supported backend - sqlite, mysql, postgresql etc) to store expressions.
jaidevd/numerizer
A Python module to convert natural language numerics into ints and floats.
izuzak/noam
JavaScript library for working with automata and grammars for regular and context-free languages
aappleby/matcheroni
A minimalist single-header library for building pattern-matchers, lexers, and parsers.
hedhyw/rex
Flexible regular expressions constructor for Golang.
pemistahl/grex-js
A JavaScript / WebAssembly library for generating regular expressions from user-provided test cases
tfeldmann/simplematch
Minimal, super readable string pattern matching for python.
darvid/python-hyperscan
🐍 A CPython extension for the Hyperscan regular expression matching library.
Anwarvic/Dan-Jurafsky--Chris-Manning--NLP
My solution to the Natural Language Processing course made by Dan Jurafsky, Chris Manning in Winter 2012.
yadavanuj1996/freecodecamp-solutions
Implemented solutions for coding challenges & web app projects of 1800 hour long full stack developer roadmap from freeCodeCamp.
wasilibs/go-re2
Drop-in replacement for regexp using re2, for any Go app
tc39/proposal-regexp-unicode-property-escapes
Proposal to add Unicode property escapes `\p{…}` and `\P{…}` to regular expressions in ECMAScript.