diff -r 000000000000 -r 1918ee327afb examples/assistant/simpletextviewer/documentation/wildcardmatching.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/assistant/simpletextviewer/documentation/wildcardmatching.html Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,57 @@ + + + + Wildcard Matching + + + +

Wildcard Matching

+ +

+ Most command shells such as bash or cmd.exe support "file + globbing", the ability to identify a group of files by using + wildcards. + +
+
+ + + + +
+ +
+
+

+ Wildcard matching provides four features: +

+ + + +

+ For example we could identify HTML files with + *.html. This will match zero or more characters + followed by a dot followed by 'h', 't', 'm' and 'l'. +

+ +
+
+

+ See also: Browse, File Dialog, + Find File +

+ + + + +