regular-expressions topic

List regular-expressions repositories

T-Regx

446
Stars
17
Forks
Watchers

Simple library for regular expressions in PHP.

SubEthaEdit

1.4k
Stars
111
Forks
Watchers

General purpose plain text editor for macOS. Widely known for its live collaboration feature.

RE-flex

492
Stars
85
Forks
Watchers

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 err...

SwiftLinkPreview

1.4k
Stars
195
Forks
Watchers

It makes a preview from an URL, grabbing all the information such as title, relevant texts and images.

grex

6.9k
Stars
166
Forks
Watchers

A command-line tool and Rust library with Python bindings for generating regular expressions from user-provided test cases

regex

3.4k
Stars
415
Forks
Watchers

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

regenerate

362
Stars
34
Forks
Watchers

Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.

npeg

327
Stars
20
Forks
Watchers

PEGs for Nim, another take

raptor_waf

285
Stars
92
Forks
Watchers

Raptor - WAF - Web application firewall using DFA [ Current version ] - Beta

nim-regex

221
Stars
20
Forks
Watchers

Pure Nim regex engine. Guarantees linear time matching