Regular Expression match.
More...
#include <regexp_match.h>
List of all members.
Detailed Description
Regular Expression match.
Constructor & Destructor Documentation
CL_RegExpMatch::CL_RegExpMatch |
( |
|
) |
|
CL_RegExpMatch::~CL_RegExpMatch |
( |
|
) |
|
Member Function Documentation
CL_StringRef8 CL_RegExpMatch::get_capture |
( |
const char * |
subject, |
|
|
int |
capture | |
|
) |
| | const |
Get capture.
- Parameters:
-
| subject | = char |
| capture | = value |
- Returns:
- String Ref8
Get capture.
- Parameters:
-
| subject | = String Ref8 |
| capture | = value |
- Returns:
- String Ref8
int CL_RegExpMatch::get_capture_end |
( |
int |
capture |
) |
const |
Get capture end.
- Parameters:
-
- Returns:
- int
int CL_RegExpMatch::get_capture_length |
( |
int |
capture |
) |
const |
Get capture length.
- Parameters:
-
- Returns:
- int
int CL_RegExpMatch::get_capture_pos |
( |
int |
capture |
) |
const |
Get capture pos.
- Parameters:
-
- Returns:
- int
int CL_RegExpMatch::get_captures_count |
( |
|
) |
const |
Get Captures count.
- Returns:
- captures_count
int* CL_RegExpMatch::get_vector |
( |
|
) |
|
Get Vector.
- Returns:
- vector
const int* CL_RegExpMatch::get_vector |
( |
|
) |
const |
int CL_RegExpMatch::get_vector_size |
( |
|
) |
const |
Get Vector size.
- Returns:
- vector_size
bool CL_RegExpMatch::is_match |
( |
|
) |
const |
Is Match.
- Returns:
- true = match
bool CL_RegExpMatch::is_partial |
( |
|
) |
const |
Is Partial.
- Returns:
- true = partial
void CL_RegExpMatch::set_captures_count |
( |
int |
count |
) |
|
Set captures count.
- Parameters:
-
void CL_RegExpMatch::set_partial_match |
( |
bool |
partial |
) |
|
Set partial match.
- Parameters:
-
void CL_RegExpMatch::set_vector_size |
( |
int |
size |
) |
|
Set vector size.
- Parameters:
-
The documentation for this class was generated from the following file: