In article <20050307223544.GE73711@penkwe.pair.com>, rjk@penkwe.pair.com writes: > On Mon, Mar 07, 2005 at 10:27:53PM +0000, Ton Hospel wrote: >> An infinite sequence of ^ matches only itself.... > > Actually, any sequence of ^ matches any string, since ^ simply matches the > beginning of the string. > > Ronald Indeed. For some reason I was thinking only the first ^ meant start of string and the rest is literal. Not so of course.Thread Previous | Thread Next