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