In article , Tom Browder wrote: > On Thursday, July 28, 2016, Drew Adams wrote: > > > > Show a small but complete example that demonstrates the problem. > > > Someone will be able to tell you what’s wrong with it. > > > Okay, I'll try. But I do have the regexes that work great when I put it in > double quotes directly in the function. However, I want to be able to > define the regexes external to the function for better generality and > documentation. There's no difference between using a literal string and a variable whose value is that string, and it doesn't matter where the value comes from. -- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me ***