Skip to content
Snippets Groups Projects
Select Git revision
  • e9a031290b1d188281a0f8f8065f22e7b3462f60
  • master default protected
2 results

README.md

Blame
  • user avatar
    Igor Danielewicz authored
    a8704d8b
    History
    README.md 468 B

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