Hi, I have a string this way: "Name Surname Address Telephone"
I'm not able to split it as: "Name" "Surname" "Address" "Telephone" with g_strsplit. I tried as delimeter " +" to mean multiple spaces as in regular expression but it doesn't work, may anyone help, please ?
-- Colossus Cpsed, a Linux OpenGL 3D scene editor http://cpsed.sourceforge.net/ _______________________________________________ gtk-app-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
