#include <RegularExpression.h>
◆ RegularExpression() [1/4]
JSC::Yarr::RegularExpression::RegularExpression |
( |
const String & |
pattern, |
|
|
TextCaseSensitivity |
caseSensitivity, |
|
|
MultilineMode |
multilineMode = MultilineDisabled |
|
) |
| |
◆ ~RegularExpression() [1/2]
JSC::Yarr::RegularExpression::~RegularExpression |
( |
| ) |
|
◆ RegularExpression() [2/4]
◆ RegularExpression() [3/4]
◆ ~RegularExpression() [2/2]
JSC::Yarr::RegularExpression::~RegularExpression |
( |
| ) |
|
◆ RegularExpression() [4/4]
◆ isValid() [1/2]
bool JSC::Yarr::RegularExpression::isValid |
( |
| ) |
const |
◆ isValid() [2/2]
bool JSC::Yarr::RegularExpression::isValid |
( |
| ) |
const |
◆ match() [1/2]
int JSC::Yarr::RegularExpression::match |
( |
const String & |
str, |
|
|
int |
startFrom = 0 , |
|
|
int * |
matchLength = 0 |
|
) |
| const |
◆ match() [2/2]
int JSC::Yarr::RegularExpression::match |
( |
const String & |
, |
|
|
int |
startFrom = 0 , |
|
|
int * |
matchLength = 0 |
|
) |
| const |
◆ matchedLength() [1/2]
int JSC::Yarr::RegularExpression::matchedLength |
( |
| ) |
const |
◆ matchedLength() [2/2]
int JSC::Yarr::RegularExpression::matchedLength |
( |
| ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ searchRev() [1/2]
int JSC::Yarr::RegularExpression::searchRev |
( |
const String & |
str | ) |
const |
◆ searchRev() [2/2]
int JSC::Yarr::RegularExpression::searchRev |
( |
const String & |
| ) |
const |
The documentation for this class was generated from the following files: