Tool extracting data from text files using regular expressions
-
Updated
Nov 30, 2020 - C++
A regular expression (shortened as regex or regexp), sometimes referred to as rational expression, is a sequence of characters that specifies a match pattern in text. Usually such patterns are used by string-searching algorithms for "find" or "find and replace" operations on strings, or for input validation.
Regular expression techniques are developed in theoretical computer science and formal language theory. They are used in search engines, in search and replace dialogs of word processors and text editors, in text processing utilities such as sed and AWK, and in lexical analysis. Regular expressions are also supported in many programming languages.
Different syntaxes for writing regular expressions have existed since the 1980s, one being the POSIX standard and another, widely used, being the Perl syntax.
Tool extracting data from text files using regular expressions
A Virtual Machine that uses a stack to compute simple arithmetic expressions.
search with regex in file line per line and replace it
TRE JNI Wrapper(TREJ) provides a Java interface that allows you access the native functions that have been defined in TRE. TRE(https://github.com/laurikari/tre/) is a lightweight, robust, and efficient POSIX compliant regex matching package with support for approximate (fuzzy) matching.
Colorize your console output!
diceroll A C++ Command Line Dice Rolling Program
Regular expression. Scaner. Parser. Compiler. Engineering a Compiler, 2nd Edition - K. Cooper, L. Torczon (2012)
A Zero to One Regular expression engine which supports almost all feature except Capturing Groups, Negated Character Classes and something else.
Tiny program as a calculator for the math expression based on regular expression.
A collection of custom cppcheck rules
Gui grep (and sed) with sessions and history