| 210 |
a \fIRE_Options\fP object, set the appropriate options, and pass this |
a \fIRE_Options\fP object, set the appropriate options, and pass this |
| 211 |
object to a RE constructor. Example: |
object to a RE constructor. Example: |
| 212 |
.sp |
.sp |
| 213 |
RE_options opt; |
RE_Options opt; |
| 214 |
opt.set_caseless(true); |
opt.set_caseless(true); |
| 215 |
if (RE("HELLO", opt).PartialMatch("hello world")) ... |
if (RE("HELLO", opt).PartialMatch("hello world")) ... |
| 216 |
.sp |
.sp |
| 344 |
.sp |
.sp |
| 345 |
.nf |
.nf |
| 346 |
Last updated: 17 March 2009 |
Last updated: 17 March 2009 |
| 347 |
|
Minor typo fixed: 25 July 2011 |
| 348 |
.fi |
.fi |