Skip to content
Snippets Groups Projects
user avatar
Igor Danielewicz authored
e9a03129
History

ediText

Highly configurable tool for processing text. Input is processed by chain of functions defined by the user as an argument in JSON format.

Usage

Exeplary JSON: { "0": { "function": {"name": "replace", "arg": {"from": "a", "to": "b", "case_sensitive": false}}, "iterator": {"name": "line"} }, "1": { "function": {"name": "replace", "arg": {"from": "c", "to": "d"}}, "iterator": {"name": "token"} } }