Case sensitive pattern match

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Case sensitive pattern match

Post by Thunderstone »



I'd like to search my web site for pages containing URL's of a specific type.
I seem to be a failure at creating the right pattern to match for a case
sensitive match in the URL. (for instance I would like to look for njIT)
Please Help?
Al


User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Case sensitive pattern match

Post by Thunderstone »



The standard webinator search is always case insensitive unless you use
the REX pattern matcher and specify respect case. REX should only be
used in conjunction with another normal search term. Also, the URL is
not included in the normal search.

If you want to search by URL, you need to be using the matches operator
on the Url field of the html table. Search the message archive at
http://www.thunderstone.com/texis/webinator/listproc/
for
url matches
for some discussion of Url searching.




Post Reply