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

Re: [ic] Find & replace on display


> Look at Interchange filters (code/filter/ directory in the distribution).

code/Filter/ actually.

> It should be trivial to create a filter of your linking (you can include

Make that "liking".

So basically, the following in catalog.cfg:

CodeDef space_to_dash Filter
CodeDef space_to_dash Description SPACE to DASH
CodeDef space_to_dash Routine <<EOR
sub {
  my $val = shift;
  $val =~ s/ /-/g;
  return $val;
}
EOR
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.