Home Page *
Contact ZOIS *
Search *
Table of Contents *
Open OLTP News
Search the ZOIS Web Site
Search the public parts of the ZOIS web site with a
Perl Regular Expression entered in the from below.
If you are not familiar with Regular Expressions:
- The character `.' matches any character;
- `[abc]' matches `a' or `b' or `c';
- `[a-c]' matches the range of characters;
- the character `\' escapes things, (so `\.' matches `.' and `\\'
matches `\');
- `*' means any number of the last character, so `fo*'
matches `f', `fo' and `fooo', especially useful with `.' as in
`foo.*bar' a line with `foo' and `bar' in it;
- `|' allows an `or-ed' search for words, as in `DEC|Digital'.
This list and explanation is not exhaustive, and there's no need to go
mad, the site isn't that enormous.
Date: 1998/08/22 11:09:18
Break Frame *
Site News *
E-mail Webmaster *
Author *
Copyright