Chris Travers wrote: > Is there a preferred way to pass data containing the '/' through the > grep vmethod? > > I can't get grep to match presumably due to string interpolation > issues. THe issue is that the data I am trying to match is 'mm/dd/yy'
/ should work fine, so I'm guessing something else is wrong. Please provide an example case where it doesn't work. You might have troubles with a backslash '\', but that's only if you are using double quotes rather than single quotes. -- Josh _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
