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
- Pattern parsing bug Vincent Lefevre
- Re: Pattern parsing bug Bruce DeVisser
- Re: Pattern parsing bug Vincent Lefevre
- Re: Pattern parsing bug Vincent Lefevre
- Re: Pattern parsing bug Mikko Hänninen
- Re: Pattern parsing bug Vincent Lefevre
- Re: Pattern parsing bug Mikko Hänninen
- Re: Pattern parsing bug Vincent Lefevre
- another pattern parsing ques... Greg Matheson
- Re: Pattern parsing bug Vincent Lefevre