On Wed, 15 Mar 2000, Jeremy Wadsack wrote:

> 
> 
> Kim Scarborough wrote:
> 
> > REQOUTPUTALIAS REGEXP:^(/mercury/sounds/381209\.*) "$1 (Rebecca)"
> >
> > What am I doing wrong here?
> 
> You might need to escape the '/'. Try this:
> 
> REQOUTPUTALIAS REGEXP:^(\/mercury\/sounds\/381209\.*) "$1 (Rebecca)"
> 

No, I don't think that's the problem. You want
  REQOUTPUTALIAS REGEXP:^(/mercury/sounds/381209\..*) "$1 (Rebecca)

( "\.*" means any number of dots. So the attempt above will match, but only
as far as the dot. ".*" not "*" is the regexp for any number of characters.

-- 
Stephen Turner               http://www.statslab.cam.ac.uk/~sret1/
  Statistical Laboratory, 16 Mill Lane, Cambridge CB2 1SB, England
"8th March 2000. National No Smoking Day. Ash Wednesday." (On a calendar)

------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to