#include <Pattern.h>
|
| Pattern (const std::string &pattern, const int flags) |
|
std::unique_ptr< Pattern > | compile (const std::string ®ularExpression, const int flags) const |
|
std::unique_ptr< Matcher > | matcher (const std::string &input) const |
|
|
static std::unique_ptr< Pattern > | compile (const std::string &pattern) |
|
◆ Pattern()
keyple::common::Pattern::Pattern |
( |
const std::string & |
pattern, |
|
|
const int |
flags |
|
) |
| |
◆ compile() [1/2]
std::unique_ptr< Pattern > keyple::common::Pattern::compile |
( |
const std::string & |
pattern | ) |
|
|
static |
Equivalent to Pattern.compile(pattern, 0)
◆ compile() [2/2]
std::unique_ptr< Pattern > keyple::common::Pattern::compile |
( |
const std::string & |
regularExpression, |
|
|
const int |
flags |
|
) |
| const |
Returns a compiled form of the given regular expression, as modified by the given flags.
- Exceptions
-
◆ matcher()
std::unique_ptr< Matcher > keyple::common::Pattern::matcher |
( |
const std::string & |
input | ) |
const |
◆ mPattern
const std::regex keyple::common::Pattern::mPattern |
The documentation for this class was generated from the following files: