forked from boostorg/regex
regex doc updates for partial matches and revised makefiles
[SVN r9394]
This commit is contained in:
@ -75,6 +75,8 @@ It is provided "as is" without express or implied warranty.</i></pre>
|
||||
<li>Algorithm <a
|
||||
href="template_class_ref.htm#regex_split">regex_split</a>
|
||||
</li>
|
||||
<li><a href="template_class_ref.htm#partial_matches">Partial
|
||||
regular expression matches</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Class <a href="hl_ref.htm#RegEx">RegEx</a> reference</li>
|
||||
@ -117,7 +119,8 @@ It is provided "as is" without express or implied warranty.</i></pre>
|
||||
regex_split example: split a string into
|
||||
tokens.</li>
|
||||
<li><a href="demo/snippets/snip9.cpp">snip9.cpp</a>:
|
||||
regex_split example: spit out linked URL's.</li>
|
||||
regex_split example: spit out linked
|
||||
URL's.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="appendix.htm#headers">Header Files.</a></li>
|
||||
@ -133,6 +136,6 @@ It is provided "as is" without express or implied warranty.</i></pre>
|
||||
<hr>
|
||||
|
||||
<p><i>Copyright </i><a href="mailto:John_Maddock@compuserve.com"><i>Dr
|
||||
John Maddock</i></a><i> 1998-2000 all rights reserved.</i> </p>
|
||||
John Maddock</i></a><i> 1998-2001 all rights reserved.</i> </p>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user