Posix.Regex – posix Reference Manual
Regex
Object Hierarchy:
Posix.Regex
Posix.Regex
Posix.Regex
Posix.RegexPattern
Posix.RegexPattern
Posix.RegexPattern->Posix.Regex
Description:
[
CCode
( cname =
"regex_t"
, destroy_function =
"regfree"
) ]
public
struct
Regex
:
RegexPattern
Namespace:
Posix
Package:
posix
Content:
Methods:
public
int
comp
(
string
pattern,
RegexCompileFlags
cflags)
public
string
error
(
int
errcode)
public
int
exec
(
string
String,
RegexMatch
[] pmatch,
RegexExecFlags
eflags)
Inherited Members:
All known members inherited from struct Posix.RegexPattern
allocated
buffer
compile
compile_fastmap
fastmap
match
match_2
no_sub
not_bol
not_eol
re_nsub
search
search_2
set_registers
translate
2022 vala-language.org