Galaxy | Tool Preview

Text transformation (version 9.3+galaxy1)

What it does

This tool runs the unix sed command on the selected data file.

TIP: This tool uses the extended regular expression syntax (same as running 'sed -r').

Further reading


Sed commands

The most useful sed command is s (substitute).

Examples

sed's Regular Expression Syntax

The select tool searches the data for lines containing or not containing a match to the given pattern. A Regular Expression is a pattern descibing a certain amount of text.

Note: SED uses extended regular expression syntax, not Perl syntax. \d, \w, \s etc. are not supported.