Hello.
I found that interval quantifier doesn't work correctly with "shy"
grouping.
(string-match "\\(1+\\)\\{2,2\\}" "11")
=> 0
(string-match "\\(?:1+\\)\\{2,2\\}" "11")
=> nil
I'm using cvs updated the latest beta.
XEmacs 21.2 (beta35) \"Nike\" [Lucid] (i686-pc-linux, Mule) of Wed
Aug 23 2000 on localhost
Thanks,
--
Daiki Ueno
Show replies by date