summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobyrosen@gmail.com <tobyrosen@gmail.com@8ebc04a2-01ca-80aa-3703-73c302266661>2011-09-16 16:32:53 +0000
committertobyrosen@gmail.com <tobyrosen@gmail.com@8ebc04a2-01ca-80aa-3703-73c302266661>2011-09-16 16:32:53 +0000
commit708622e4c8831cb53a87afe1b4230292a8328691 (patch)
treead35f569e0c7d6f60f1a50da526cd45296767c81
parent968817d9125c5f3cad3e5f148c94bbe8865ba568 (diff)
version 2.04. Added regex support.
git-svn-id: http://pyp.googlecode.com/svn/trunk@209 8ebc04a2-01ca-80aa-3703-73c302266661
-rw-r--r--pyp4
1 files 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