Galaxy | Tool Preview

Manipulation (version 0.0.1)
here you can enter your sed expression (No syntax check or sanitising!)

Use with caution! Its a plain wrapper around sed and the input is not sanitized.


What it does

Changes every line of a text file according to a given regular expression.


Syntax

Use the sed-syntax -> s/find-pattern/replace-pattern/

Example