Site Search
This form is for WebGuild members to search for links.
It may eventually become a full text search utility for
the public. The entire html source code text is searched,
including the links.
At the moment, you get the full power of perl
regular expressons:
'.' means any character.
'\.' means a real period.
'.*' matches zero or more of any character.
'[A-Z]' matches an uppercase character.
'[0-9]+' matches one or more numbers.
'\b' matches a word boundary, as in '\bwar\b'.
|