# HG changeset patch
# User František Kučera
+ A tool that modifies attribute values according to given regular expression and replacement string.
+ Works with given relations and attributes only (others stay untouched).
+ Relation and attribute name are also specified as a regular expression.
+ Thus single relpipe-tr-sed
run may modify multiple relations or attributes.
+
+ A tool that drops records (does restriction) according to their match to given regular expression.
+ Relation and attribute name are also specified as a regular expression.
+ Thus single relpipe-tr-grep
run may modify multiple relations or do match on multiple attributes.
+