regex and map()

2005-05-09 Thread Arnold Wiegert
Im trying to sort out why the last line in the routine tokenizer() fails to strip off the trailing double quote for all but the last token. AFAICT, none of the tokens have any newlines - so I'm at a loss as to why it does not do what is expected - (this function is originally from the DICT

RE: regex and map()

2005-05-09 Thread Wagner, David --- Senior Programmer Analyst --- WGO
[EMAIL PROTECTED] wrote: Im trying to sort out why the last line in the routine tokenizer() fails to strip off the trailing double quote for all but the last token. AFAICT, none of the tokens have any newlines - so I'm at a loss as to why it does not do what is expected - (this function is