Re: [SLUG] need a command

From: Ronan Heffernan (ronanh@auctionsolutions.com)
Date: Wed Apr 07 2004 - 12:49:53 EDT


>You might have to throw " .-," into those regexes.
>
>
>
Doesn't a dot '.' match any single character? Perhaps " \.-," (note that
the dot is escaped with a backslash) or use the pre-defined [[:space:]]
(also matches Tab and CR (but not LF)?) and [[:punct:]] or any of the
other pre-defines from 'man -S7 regex':

alnum digit punct
alpha graph space
blank lower upper
cntrl print xdigit

--ronan

-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:14:53 EDT