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

RE: [ic] Custom SearchOP


On Mon, 10 Sep 2007, Paul Jordan wrote:

Shouldn't this

my @pat = split(/,/, $pat);

Be:

my @pat = split(/\,/, $pat);

Why? There's nothing special about , in a regex. Or did you find a problem with it?

Jon

--
Jon Jensen
End Point Corporation
http://www.endpoint.com/
_______________________________________________
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.