- Removed references to rc.regex in the man pages.
This commit is contained in:
Paul Beckingham
2011-02-11 11:12:43 -05:00
parent 1e2b551795
commit bc5cdfecb4
2 changed files with 0 additions and 29 deletions

View File

@@ -300,26 +300,6 @@ non-exact match:
This will remove the second annotation - the first non-exact match.
.TP
.B Q: Does task support searching using regular expressions?
Yes, taskwarrior supports IEEE Std 1003.2 (POSIX.2) regular expressions, but not
by default. You must enable this feature with the following command:
$ task config regex on
Once enabled, all searches are considered regular expressions, for example:
$ task list ^the
will list all tasks whose description or annotations start with "the".
Substitutions also support regular expressions:
$ task 1 /^the/The/
Note that regular expressions work in conjunction with the
.B search.case.sensitive
configuration setting.
.TP
.B Q: Why Lua as an extension language?
Lua has many positive attributes: