#
regex-engine
Here are 54 public repositories matching this topic...
A full-featured regex engine in pure Go based on the .NET engine
-
Updated
Aug 6, 2019 - Go
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.
bison
flex
compiler
regex
boost
regular-expression
lex
lexer
lexer-generator
regex-pattern
regular-expressions
graphviz-dot
lexical-analyzer
regex-library
regex-engine
flex-regex
-
Updated
May 25, 2020 - C++
lily-commure
commented
Apr 15, 2020
Currently, the readme links to ["Characterization of a global germplasm collection and its potential utilization for analysis of complex quantitative traits in maize"](https://www.researchgate.net/profile/XU_Shutu/publication/229032602_Characterization_of_a_global_germplasm_collection_and_its_potential_utilization_for_analysis_of_complex_quantitative_traits_in_maize/links/02bfe50f914d04c837000000.
enthus1ast
commented
Jan 4, 2020
[david@eb ~]$ nimble install regex@#head
Downloading https://github.com/nitely/nim-regex using git
Tip: 1 messages have been suppressed, use --verbose to show them.
Error: Could not read package info file in /tmp/nimble_6678/githubcom_nitelynimregex_#head/regex.nimble;
... Reading as ini file failed with:
... Invalid section: .
...
For composing regular expressions without the need for double-escaping inside strings.
javascript
regexes
es6
regex
regexp
regular-expression
template-string
regex-util
regex-engine
regexr
hand-picked-regexes
-
Updated
Jul 16, 2019 - JavaScript
A fast DFA based Regex engine that supports submatches
-
Updated
Apr 3, 2020 - Nim
A web tools to generate regular expressions from set of strings. https://ibnuhx.com/regex-generator
-
Updated
Jun 6, 2020 - HTML
A regex implementation for the zig programming language
-
Updated
Apr 28, 2020 - Zig
Java regex library
-
Updated
Aug 29, 2019 - Java
The original timed regular expression matcher over temporal behaviors
-
Updated
Oct 21, 2019 - C++
Deterministic Regular Expressions with Backreferences
parser
regex
regexp
regular-expression
antlr
regular-expression-engine
regex-pattern
regular-expressions
regex-util
regex-engine
java-patterns
moar
deterministic-regular-expressions
-
Updated
Oct 30, 2019 - Java
PCRE2 Wrapper for VB6
-
Updated
May 18, 2018 - Visual Basic
Object oriented Regular Expressions implementation. The syntax is the same as .NET Regex.
-
Updated
Sep 30, 2018 - C#
A regular expression engine implemented with virtual machine approach. Python wrapper provided.
-
Updated
Feb 6, 2018 - C++
A generic syntactic and lexical analyzer (context-free grammar)
programming-language
rules
parser
regex
regular-expression
recursion
libft
lexer
regular-expressions
rules-engine
pushdown-automaton
context-free-grammar
42born2code
42
42school
abstract-syntax-tree
regex-engine
production-rules
context-free-language
ft-regex
-
Updated
Jan 29, 2019 - HTML
-
Updated
Jan 20, 2020 - Python
Compiling string matching algorithms to java bytecode
-
Updated
Jun 2, 2020 - Java
Derivatives-based regexp to DFA compiler
-
Updated
May 10, 2018 - TypeScript
High Performance Incremental Parser Engine
parser
regex
parser-generator
regular-expression
code-generation
regular-expression-engine
regex-engine
-
Updated
Jun 1, 2017 - C++
svn mirror of pcre, updated daily. Not https://android.googlesource.com/platform/external/pcre
-
Updated
Jun 9, 2020 - C
Simplified regex engine for educational purposes.
-
Updated
Sep 20, 2017 - Java
JavaScript 正则表达式可视化
-
Updated
Jun 8, 2020 - JavaScript
ABAP-Klasse zur objektorientierten Kapselung von Regulären Ausdrücken.
-
Updated
Jul 10, 2019 - ABAP
Improve this page
Add a description, image, and links to the regex-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the regex-engine topic, visit your repo's landing page and select "manage topics."
I was bitten pretty hard (my fault!) by a subtle difference in eXtended mode's handling of spaces in character classes. I was expecting (except in a much more complicated context)
(?x)[ ]
to match a single space as it does with pcre2, but that does not seem to be the case (and doesn't seem to be documented?).In PCRE2,
(?x)
enables spurious use of whitespace everywhere except in character c