On Wed, Oct 25, 2000 at 01:44:38PM +0200, Vincent Lefevre wrote:
> (a|b) is a valid regular expression. So, I expect the
> pattern ~t(a|b) to work. But I get the following error: (
> ) or \( \) imbalance.

No bug. Try:
~t "(a|b)"

-- 
- Bruce

Reply via email to