|
|
Home | Loader API | Interfaces | File List | Index | |
Given a regular expression and a target string, split the target string into delimited chunks of wide character text. More...
#include "p6err.h"
#include "p6comdef.h"
#include "p6wregex.h"
Go to the source code of this file.
Classes | |
interface | P6R::p6IEnumWSplitChunks |
Given to an application as a result of a call to p6IWSplit::split() or p6IWSplit::explode(). More... | |
interface | P6R::p6IWSplit |
This interface provides a wide version of a simplified version of Perl's Split function. More... | |
struct | P6R::P6WSPLITCHUNK |
Each chunk is defined as an offset into the orginal target string and a length of that chunk. More... | |
Defines | |
#define | COMP_p6WSplit {0x9b16b3ad,0x3fe5,0x4c74,{0x96,0xa9,0x50,0x67,0x44,0x4b,0x8e,0xbd}} |
#define | IF_p6IEnumWSplitChunks {0xd789c4b9,0x4818,0x4e94,{0xad,0x5a,0x9b,0x47,0x60,0x8b,0xe4,0x70}} |
#define | IF_p6IWSplit {0x148cdf2,0xe5f4,0x4067,{0x97,0xd0,0xf4,0xcd,0x43,0x7f,0xb1,0x8}} |
Typedefs | |
typedef P6UINT32 | P6R::P6WSPLITFLAGS |
P6WSPLITFLAGS. | |
Variables | |
const P6WSPLITFLAGS | P6R::P6WSPLIT_NOFLAGS = 0x00000000 |
Given a regular expression and a target string, split the target string into delimited chunks of wide character text.
The chunks are defined as the grouping of characters both before and after matches made by the regeular expression. This is simular to Perl's Split function.
Definition in file p6wsplit.h.