Re: regexp [. .]

2007-01-20 Thread Parv
in message [EMAIL PROTECTED], wrote [EMAIL PROTECTED] thusly... On Wed, 17 Jan 2007 07:15:34 +0500, Parker Anderson [EMAIL PROTECTED] wrote: Is there a certain match you are trying to pattern? From the looks of it, [ch]* would match a similar set of characters, but it isn't as strict

Re: regexp [. .]

2007-01-17 Thread applecom
On Wed, 17 Jan 2007 07:15:34 +0500, Parker Anderson [EMAIL PROTECTED] wrote: Is there a certain match you are trying to pattern? From the looks of it, [ch]* would match a similar set of characters, but it isn't as strict about which pattern they should be in. I need 'some[^[.pattern.]]'

Re: regexp [. .]

2007-01-16 Thread Parker Anderson
On 1/16/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I need to use regular expressions with a sequence of characters as a collating element. From re_format(7): Within a bracket expression, a collating element (a character, a multi- character sequence that collates as if it were a single