Example: Match, simple

public int main (string[] args){
// Output: ``true``
bool tmp = Regex.match_simple ("s[ai]mple", "This is a simple sample.");
print ("%s\n", tmp.to_string ());
return 0;
}

 valac --pkg glib-2.0 GLib.Regex.match_simple.vala

See:




2022 vala-language.org