90301 / TextReplace

This is a utility for programmatic text replacement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text Log Filterer / Stats

90301 opened this issue · comments

Have something that can handle logs
Process line by line.

Able to find text insdie quotes
in line filtering code

program creation capability.

Extra functionality:

  • Multi-Line-Output Block

--- Documentation
ORDER OF OPERATIONS MATTERS A LOT
Settings can be changed in the middle of processing text.
for debugging, all outputs of intermediate steps can be traced.

Processor Settings

TEXTUNIT([LINE,FULLDOC]) - turns this from a line my line processor to a full text processor

Filtering

MustContain("SomeText". [Optional] REGEX Support) - the finds all rows that match
IncludeExtra(int above,int below) - must be above the operation / op group
NotContain("SomeText". [Optional] REGEX Support)

Collection

Inside(:) - Gets the text past (to the right of) the first instance of :
ContainedInside(") - Gets all text inside of a specific tag / character. EX toasy was a "marko" toaster would return "marko"