| 232 |
a <i>RE_Options</i> object, set the appropriate options, and pass this |
a <i>RE_Options</i> object, set the appropriate options, and pass this |
| 233 |
object to a RE constructor. Example: |
object to a RE constructor. Example: |
| 234 |
<pre> |
<pre> |
| 235 |
RE_options opt; |
RE_Options opt; |
| 236 |
opt.set_caseless(true); |
opt.set_caseless(true); |
| 237 |
if (RE("HELLO", opt).PartialMatch("hello world")) ... |
if (RE("HELLO", opt).PartialMatch("hello world")) ... |
| 238 |
</pre> |
</pre> |
| 362 |
<P> |
<P> |
| 363 |
Last updated: 17 March 2009 |
Last updated: 17 March 2009 |
| 364 |
<br> |
<br> |
| 365 |
|
Minor typo fixed: 25 July 2011 |
| 366 |
|
<br> |
| 367 |
<p> |
<p> |
| 368 |
Return to the <a href="index.html">PCRE index page</a>. |
Return to the <a href="index.html">PCRE index page</a>. |
| 369 |
</p> |
</p> |