On Tue, 22 Nov 2011, Galen Seitz wrote: > What do your search and replace strings look like? I'd expect > something like this. > > search: ,\(date_match_pattern\), > replace: ,'\1',
Galen, For search I tried ,[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9], and I coped that with single quotes as the replacement string. Reading the wiki page I did not see \1 as replace original characters. Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
