Hi,
In message "[ruby-talk:16243] Re: A weird regex bug?"
on 01/06/06, ts <decoux / moulon.inra.fr> writes:
|pigeon% ruby -e 'puts "OK" if /(.|a)bd/ =~ "cxbd"'
|pigeon% ruby -e 'puts "OK" if /(a|.)bd/ =~ "cxbd"'
|OK
|
| The problem is in its optimization, more precisely here
Sorry, it was too much optimization. I'll remove this soon.
matz.