![]() |
![]() |
![]() |
GOffice Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
GORegexp; GORegmatch; typedef GORegoff; #define GO_REG_OK int go_regcomp (GORegexp *preg
,const char *pattern
,int cflags
); size_t go_regerror (int errcode
,const GORegexp *preg
,char *errbuf
,size_t errbuf_size
); int go_regexec (const GORegexp *preg
,const char *string
,size_t nmatch
,GORegmatch pmatch[]
,int eflags
); void go_regexp_quote (GString *target
,const char *s
); const char * go_regexp_quote1 (GString *target
,const char *s
); void go_regfree (GORegexp *preg
);
int go_regcomp (GORegexp *preg
,const char *pattern
,int cflags
);
|
|
|
|
|
|
Returns : |
size_t go_regerror (int errcode
,const GORegexp *preg
,char *errbuf
,size_t errbuf_size
);
|
|
|
|
|
|
|
|
Returns : |
int go_regexec (const GORegexp *preg
,const char *string
,size_t nmatch
,GORegmatch pmatch[]
,int eflags
);
|
|
|
|
|
|
|
|
|
|
Returns : |
const char * go_regexp_quote1 (GString *target
,const char *s
);
|
|
|
|
Returns : |