Skip to content
Snippets Groups Projects
Bartosz Ziemba's avatar
Bartosz Ziemba authored
Revert "Update ediText.cpp"

See merge request !4
096d1ea8

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"} } }