Difference between revisions of "Ns register filter"

From AOLserver Wiki
Jump to navigation Jump to search
(ns_filter manual page link and links to definition of valid match characters)
 
m (start using Template:Manpage to refactor out manpage link)
Line 1: Line 1:
Man page: http://aolserver.com/man/4.0/tcl/ns_filter.html
+
{{manpage|ns_filter}}
  
 
Additional notes:
 
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 [http://www.tcl.tk/man/tcl8.0/TclLib/StrMatch.htm Tcl_StrMatch] which in turn is determined by [http://www.tcl.tk/man/tcl8.0/TclCmd/string.htm#M10 TCL string match].
 
The manual page says ''"The URLpattern can contain standard string-matching characters"''. To be more precise the allowed matching characters are determined by [http://www.tcl.tk/man/tcl8.0/TclLib/StrMatch.htm Tcl_StrMatch] which in turn is determined by [http://www.tcl.tk/man/tcl8.0/TclCmd/string.htm#M10 TCL string match].
 +
 +
[[Category:Core Tcl API]]

Revision as of 12:35, 12 October 2005

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.