Ns register filter

From AOLserver Wiki
Revision as of 09:25, 12 October 2005 by 212.19.219.186 (talk) (ns_filter manual page link and links to definition of valid match characters)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Man page: http://aolserver.com/man/4.0/tcl/ns_filter.html

Additional notes:

The manual page says "The URLpattern can contain standard string-matching characters". To be more precise the allowed matching characters are determined by Tcl_StrMatch which in turn is determined by TCL string match.