Quoting Daichi Kawahata <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel:
:Assuming you're Perl guru, please give me the most simplest Regex
:to match with strings below:
:
:[trimmed]
:gchar *s = N_("KiB");
:gchar *s = N_("[place holder]");
:gchar *s = N_("[whatever]");
:
:After removing them with s'/regex//g', remained white-lines should
:be removed as well, which I can't do with perl (instead I had it
:with vim `:%g/^$/d').
:
I don't understand why you want to edit the .c file.  It's generated
by glade, so each time someone will generate code, the .c file will have
to be cleaned-up.  Is that what you want?

Raphael


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Gtk-gnutella-devel mailing list
Gtk-gnutella-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to