[glib.regex.Regex.unref] when you are done with it
Regex.this
this
(string pattern, glib.types.RegexCompileFlags compileOptions, glib.types.RegexMatchFlags matchOptions)Compiles the regular expression to an internal form, and does the initial setup of the #GRegex structure.
Parameters
pattern | the regular expression |
compileOptions | compile options for the regular expression, or 0 |
matchOptions | match options for the regular expression, or 0 |
Returns
a #GRegex structure or null if an error occurred. Call
Throws
[RegexException]