Re: Thoughts on speed-up?1999-12-02 09:59:38Brock Rozen wrote,
| So it would look like this:
|
| :0
| * ^TO_(listone|second|third|fourth)
| {
| :0
| * ^TO_listone
| listone
|
| :0
| * ^TO_second
| second
|
| :0
| * ^TO_third
| third
|
| :0
| * ^TO_fourth
| fourth
| }
|
| Thoughts?
If the search strings and the filenames are the same,
:0:
* ^TO_\/(listone|second|third|fourth)
$MATCH
|
|
||||||||||||||||