BDE 4.39.x 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
/// @{
10
/// * <a href="#bdlpcre-purpose"> Purpose</a>
11
/// * <a href="#bdlpcre-mnemonic"> Mnemonic </a>
12
/// * <a href="#bdlpcre-description"> Description </a>
13
/// * <a href="#bdlpcre-hierarchical-synopsis"> Hierarchical Synopsis </a>
14
/// * <a href="#bdlpcre-component-synopsis"> Component Synopsis </a>
15
///
16
/// # Purpose {#bdlpcre-purpose}
17
/// Provide a mechanism to process Perl-compatible regular expressions.
18
///
19
/// # Mnemonic {#bdlpcre-mnemonic}
20
/// Basic Development Library PCRE (bdlpcre)
21
///
22
/// # Description {#bdlpcre-description}
23
/// The 'bdlpcre' package provides a BDE-style mechanism that wraps
24
/// the open-source PCRE2 library. Users can create regular expressions
25
/// compatible with Perl 5.8, and then match the regular expression to strings.
26
///
27
/// ## Hierarchical Synopsis {#bdlpcre-hierarchical-synopsis}
28
///
29
/// The 'bdlpcre' package currently has 1 component.
30
/// @code
31
/// 1. bdlpcre_regex
32
/// @endcode
33
///
34
/// ## Component Synopsis {#bdlpcre-component-synopsis}
35
///
36
/// @ref bdlpcre_regex :
37
/// Provide a mechanism for regular expression pattern matching.
38
///
39
/// @}
40
/** @} */
doxygen_input
bde
groups
bdl
bdlpcre
doc
bdlpcre.h
Generated by
1.9.8