mirror of
https://github.com/boostorg/regex.git
synced 2025-07-14 12:56:36 +02:00
92 lines
2.4 KiB
HTML
92 lines
2.4 KiB
HTML
![]() |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
||
|
<title>Boost.Regex: regbase</title>
|
||
|
<meta http-equiv="Content-Type" content=
|
||
|
"text/html; charset=iso-8859-1">
|
||
|
<link rel="stylesheet" type="text/css" href="../../../boost.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<p></p>
|
||
|
|
||
|
<table id="Table1" cellspacing="1" cellpadding="1" width="100%"
|
||
|
border="0">
|
||
|
<tr>
|
||
|
<td valign="top" width="300">
|
||
|
<h3><a href="../../../index.htm"><img height="86" width="277" alt=
|
||
|
"C++ Boost" src="../../../c++boost.gif" border="0"></a></h3>
|
||
|
</td>
|
||
|
<td width="353">
|
||
|
<h1 align="center">Boost.Regex</h1>
|
||
|
|
||
|
<h2 align="center">regbase</h2>
|
||
|
</td>
|
||
|
<td width="50">
|
||
|
<h3><a href="index.html"><img height="45" width="43" alt=
|
||
|
"Boost.Regex Index" src="uarrow.gif" border="0"></a></h3>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<br>
|
||
|
<br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<p>Use of the type <code>boost::regbase</code> is now deprecated,
|
||
|
and the type does not form a part of the <a href="http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1429.htm">
|
||
|
regular expression standardization proposal</a>. This type
|
||
|
still exists as a base class of <code>boost::basic_regex</code>,
|
||
|
and you can still refer to <code>
|
||
|
boost::regbase::constant_name</code> in your code, however for
|
||
|
maximum portability to other std regex implementations you should
|
||
|
instead use either:</p>
|
||
|
|
||
|
<pre>
|
||
|
boost::regex_constants::constant_name
|
||
|
</pre>
|
||
|
|
||
|
<p>or</p>
|
||
|
|
||
|
<pre>
|
||
|
boost::regex::constant_name
|
||
|
</pre>
|
||
|
|
||
|
<p>or</p>
|
||
|
|
||
|
<pre>
|
||
|
boost::wregex::constant_name
|
||
|
</pre>
|
||
|
|
||
|
<p></p>
|
||
|
|
||
|
<hr>
|
||
|
<br>
|
||
|
<br>
|
||
|
|
||
|
|
||
|
<p>Revised
|
||
|
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
|
||
|
17 May 2003
|
||
|
<!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
|
||
|
|
||
|
<p><i>© Copyright <a href="mailto:jm@regex.fsnet.co.uk">John
|
||
|
Maddock</a> 1998-
|
||
|
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%Y" startspan -->
|
||
|
2003
|
||
|
<!--webbot bot="Timestamp" endspan i-checksum="39359" --></i></p>
|
||
|
|
||
|
<p align="left"><i>Permission to use, copy, modify, distribute and
|
||
|
sell this software and its documentation for any purpose is hereby
|
||
|
granted without fee, provided that the above copyright notice
|
||
|
appear in all copies and that both that copyright notice and this
|
||
|
permission notice appear in supporting documentation. Dr John
|
||
|
Maddock makes no representations about the suitability of this
|
||
|
software for any purpose. It is provided "as is" without express or
|
||
|
implied warranty.</i></p>
|
||
|
</body>
|
||
|
</html>
|
||
|
|
||
|
|