DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
A Portable C++ Regular Expression Facility - Regex(C++)

Introduction

This tutorial shows how to use the Regular Expression component. Understanding how to use any regular expression facility comes down to understanding the following things: how to construct them, how to match them against target strings, how to pick out subexpressions, and how to deal with invalid regular expressions. Below we consider each of these concerns.


Next topic: Constructing and matching
Previous topic: A Portable C++ Regular Expression Facility - Regex(C++)

© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005