Updated link in docs

[SVN r18948]
This commit is contained in:
John Maddock
2003-07-06 10:51:00 +00:00
parent 4a851cf958
commit 5c0a6398ab
2 changed files with 2 additions and 4 deletions

View File

@ -107,7 +107,7 @@ bool is_possible_card_number(const std::string& input)
// what we have so far is only a partial match...
return false;
}</PRE>
<P>In the following <A href="../example/snippets/partial_regex_match.cpp">example</A>,
<P>In the following <A href="../example/snippets/partial_regex_grep.cpp">example</A>,
text input is taken from a stream containing an unknown amount of text; this
example simply counts the number of html tags encountered in the stream. The
text is loaded into a buffer and searched a part at a time, if a partial match
@ -182,4 +182,3 @@ void search(std::istream&amp; is)
for any purpose. It is provided "as is" without express or implied warranty.</I></P>
</body>
</html>