>> > 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.
Hmm... that didn't work, actually. Is there something else it might be?
------------------------------------------------------------------------
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]/
------------------------------------------------------------------------