Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Quantifier ( braces in regexp )
- X-seq: zsh-users 11658
- From: antho.charles@xxxxxxxxx
- To: zsh-users@xxxxxxxxxx
- Subject: Quantifier ( braces in regexp )
- Date: Mon, 23 Jul 2007 09:31:17 +0200
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:to:subject:message-id:mime-version:content-type:content-disposition:user-agent:from; b=VKcRkLFfQ94Rcb196/gSutjNRk0QFs3lyL0LUK1KBAchJZCDTZEHJzjcuhnMkL1vO0BZLjri7SqDhkhWU84EMWzE80E5ikYPFiU41PNiMN2LZCtuXZpb+PrzOTuRgVi2nAq8Q+E1wl0XqV1iYd6nkqVwVBfuTCipTO23gaR9rEk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:to:subject:message-id:mime-version:content-type:content-disposition:user-agent:from; b=QQw578VteXyVt0jE+mNoHSg01LcH0CqXGcbNFub/sXgrFt+qLlROfYuBn4oaf7dOUg+ryiAFDgWM5yo/SuLbTW7Zm1UvTB1vC9y+2xJuVBZ4Sp+ADaoj/Hgp5MNjraDnGVXQqBd8y0LhRYxCCQ6VFIiDxF2mk8yDwqIbr3G2I5U=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi everyone,
I search through the doc and I can't find a way to use quantifier in
expression like [0-9]{2,3} in standard regexp. Is there only * (#), + (##)
and ? (|) implemented?
Regards,
--
Anthony CHARLES
Messages sorted by:
Reverse Date,
Date,
Thread,
Author