An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: regex-engine

zn-cn/Regex-engine

简易正则表达式引擎

Language: Java - Size: 120 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

BooleanCube/Random-Regex-Generator

A random RegEx generator without using any RegEx

Language: Java - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

shauryashaurya/CooleRE

coolRE (cooler) is a set of regular expression engines written in Python - implementing a toy engine for learning, then one based on backtracking and finally a NFA-DFA based engine.

Language: Python - Size: 43 KB - Last synced at: 7 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Delta-in-hub/RE--

A Zero to One Regular expression engine which supports almost all feature except Capturing Groups, Negated Character Classes and something else.

Language: C++ - Size: 462 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

Merieli/alura-regex-front

Course "Regular Expressions: Capturing Texts Magically" at Alura

Language: JavaScript - Size: 240 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Vove7/ParamRegexEngine

匹配形如 `@{city}天气` 的'正则式'

Language: Kotlin - Size: 4.25 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 0

vinayakphegde/regex-engine

regular expression parser using the C programming language.

Language: C - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

jonaski/libgnurx

:ox: regex functionality from glibc extracted into a separate library

Language: C - Size: 146 KB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

kophy/Azuki

A regular expression engine implemented with virtual machine approach. Python wrapper provided.

Language: C++ - Size: 228 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 10 - Forks: 0

kyorohiro/dart.tiny_parser

Dart package for parser and regex

Language: Dart - Size: 7.24 MB - Last synced at: 7 days ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

yashgawankar/Simple-Regex-Engine-in-C

This is a simple regex engine built in C, which returns the start and end index of the match in case of match, else 0.

Language: C - Size: 12.7 KB - Last synced at: 8 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Jeffresh/regex-engine

write an extendable regex engine that can handle basic regex syntax, including literals (a, b, c, etc.), wild-cards (.), and metacharacters (?, *, +, ^, $).

Language: Python - Size: 91.8 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Dentosal/reregex

Minimal regex engine

Language: Rust - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

alextsao1999/CRegex

DFA Regex Implement

Language: C++ - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

9yk/regexpal

Dark regexpal offline engine

Language: JavaScript - Size: 20.5 KB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

DomParfitt/gecko

RegEx Parser in Go

Language: Go - Size: 4.15 MB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

lolicon/Sumomo

Regex-Engine in pure kotlin

Language: Kotlin - Size: 76.2 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

jerryc05/Simple-Regex-Engine

A simple Regex Engine written in OCaml

Language: OCaml - Size: 43 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

libsteve/Reggie

A state machine automata simulation framework for Swift.

Language: Swift - Size: 44.9 KB - Last synced at: 11 days ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

jpnqs/ZCL_REGEX

ABAP-Klasse zur objektorientierten Kapselung von Regulären Ausdrücken.

Language: ABAP - Size: 68.4 KB - Last synced at: 11 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

rurban/hyperscan Fork of intel/hyperscan

High-performance regular expression matching library

Language: C++ - Size: 3.77 MB - Last synced at: 6 days ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

ComprosoftCEO/Regex-C

Regular expression engine written in C

Language: C - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

bcko/mini-regex-engine

mini regex engine in javascript

Language: JavaScript - Size: 3.91 KB - Last synced at: 7 days ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

memowe/regex-engine

This is a toy project to get a better understanding of how regular expression engines work. REE can build parse trees and compile working NFA representations of (simple) regular expressions. This can be accessed via a simple public interface.

Language: Perl - Size: 82 KB - Last synced at: 2 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

kyorohiro/dart.tiny_regex

Dart tiny regex vm pacakage

Language: Dart - Size: 9.77 KB - Last synced at: 7 days ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

hleclerc/Hpipe

High Performance Incremental Parser Engine

Language: C++ - Size: 374 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

RayWang1991/WRRegexBasic

A Powerful and Fast regex engine. Featuring pure DFA match, Thompson NFA match(extended regex should be supported soon), regex operation(union, intersection , complementary), DFA to regex is also available

Language: Objective-C - Size: 128 KB - Last synced at: 5 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

srhegdegadikai/PII_string_detector_shinyApp

A R-shiny application to detect personally identifiable information in a given text corpus using regex and "stringr"

Language: R - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

memowe/regex-engine-web

This is a simple web interface for my toy regular expression engine.

Language: Perl - Size: 321 KB - Last synced at: 2 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0