[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [off-topic] Best way to replace quotes with angle brackets



Cool!  However, I have several "types" of includes, e.g.:

	#include "duh.h"
        # include "duh.h"
        #include /**/ "duh.h"
        # include /**/ "duh.h"
	#  include ... etc.

As such, I'd like to be able to do something like:

	#include "duh.h"	->	#include <duh.h>
	# include /**/ "duh.h"	->	# include /**/ <duh.h>
	... etc.

Is there a way to accomplish without making several passes?  I'm not a
Perl guru either so this is all very new to me. Sorry.

Thanks again,
-Ossama
______________________________________________________________________
Ossama Othman <othman@astrosun.tn.cornell.edu>


Reply to: