From 708622e4c8831cb53a87afe1b4230292a8328691 Mon Sep 17 00:00:00 2001 From: "tobyrosen@gmail.com" Date: Fri, 16 Sep 2011 16:32:53 +0000 Subject: version 2.04. Added regex support. git-svn-id: http://pyp.googlecode.com/svn/trunk@209 8ebc04a2-01ca-80aa-3703-73c302266661 --- pyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyp b/pyp index 45a09ad..95e02fc 100644 --- a/pyp +++ b/pyp @@ -1797,9 +1797,9 @@ HERE ARE THE BUILT IN FUNCTIONS AND ATTRIBUTES: l(STR1,STR2,...) shortcut for lose(STR1,STR2,...) rekeep(REGEX) keep all lines that match REGEX regular expression - rek(REGEX) shortcut for keep(REGEX) + rek(REGEX) shortcut for rekeep(REGEX) relose(REGEX) lose all lines that match REGEX regular expression - rel(REGEX) shortcut for lose(REGEX) + rel(REGEX) shortcut for relose(REGEX) shell(SCRIPT) returns output of SCRIPT shelld(SCRIPT,DELIM) returns output of SCRIPT in dictionary key/value seperated -- cgit v1.3.1