BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlpcre.h
Go to the documentation of this file.
1/// @file bdlpcre.h
2///
3///
4/// @defgroup bdlpcre Package bdlpcre
5/// @brief Basic Development Library PCRE (bdlpcre)
6/// @addtogroup bdl
7/// @{
8/// @addtogroup bdlpcre
9/// [bdlpcre]: group__bdlpcre.html
10/// @{
11///
12/// # Purpose {#bdlpcre-purpose}
13/// Provide a mechanism to process Perl-compatible regular expressions.
14///
15/// # Mnemonic {#bdlpcre-mnemonic}
16/// Basic Development Library PCRE (bdlpcre)
17///
18/// # Description {#bdlpcre-description}
19/// The 'bdlpcre' package provides a BDE-style mechanism that wraps
20/// the open-source PCRE2 library. Users can create regular expressions
21/// compatible with Perl 5.8, and then match the regular expression to strings.
22///
23/// ## Hierarchical Synopsis
24///
25/// The 'bdlpcre' package currently has 1 component.
26/// @code
27/// 1. bdlpcre_regex
28/// @endcode
29///
30/// ## Component Synopsis
31///
32/// @ref bdlpcre_regex :
33/// Provide a mechanism for regular expression pattern matching.
34///
35/// @}
36/** @} */