summaryrefslogtreecommitdiffstats
path: root/examples/assistant/simpletextviewer/documentation/wildcardmatching.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/assistant/simpletextviewer/documentation/wildcardmatching.html')
-rw-r--r--examples/assistant/simpletextviewer/documentation/wildcardmatching.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/examples/assistant/simpletextviewer/documentation/wildcardmatching.html b/examples/assistant/simpletextviewer/documentation/wildcardmatching.html
index eb1839a06..a6d8a74aa 100644
--- a/examples/assistant/simpletextviewer/documentation/wildcardmatching.html
+++ b/examples/assistant/simpletextviewer/documentation/wildcardmatching.html
@@ -1,16 +1,16 @@
<html>
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Wildcard Matching</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Wildcard Matching</title>
</head>
<body style="font-size:12pt;font-family:helvetica">
- <p><center><h2>Wildcard Matching</h2></center></p>
+ <p><center><h2>Wildcard Matching</h2></center></p>
<p>
Most command shells such as bash or cmd.exe support "file
globbing", the ability to identify a group of files by using
- wildcards.
+ wildcards.
<br />
<br />
@@ -23,20 +23,20 @@
<br />
<br />
<p>
- Wildcard matching provides four features:
- </p>
+ Wildcard matching provides four features:
+ </p>
- <ul>
- <li>Any character represents itself apart from those
- mentioned below. Thus 'c' matches the character 'c'.
+ <ul>
+ <li>Any character represents itself apart from those
+ mentioned below. Thus 'c' matches the character 'c'.
</li>
- <li>The '?' character matches any single character.</li>
- <li>The '*' matches zero or more of any characters.</li>
- <li>Sets of characters can be represented in square brackets.
- Within the character class, like outside, backslash
+ <li>The '?' character matches any single character.</li>
+ <li>The '*' matches zero or more of any characters.</li>
+ <li>Sets of characters can be represented in square brackets.
+ Within the character class, like outside, backslash
has no special meaning.
- </li>
- </ul>
+ </li>
+ </ul>
<p>
For example we could identify HTML files with