[OS X TeX] Bug in OgreKit in TeXShop 3 - regular expressions not working correctly
Herbert Schulz
herbs at wideopenwest.com
Thu Apr 19 14:58:29 CEST 2012
On Apr 19, 2012, at 7:38 AM, Luis Sequeira wrote:
> [0-9]*
Howdy,
Open up More Options on the Ogrekit Find Panel and see what kind of REGEX you are using. I have ruby chosen and
[0-9]+ (or \d+)
(+ = 1 or more) works fine although your
[0-9]* (or \d*)
doesn't work for me either.
However, if I put anything else before the numerical list (e.g., A0, A01, etc.) and search for
A[0-9]* (or A\d*)
it works fine. So, it appears that looking for 0 or more occurrences of the digits doesn't make much sense to Ogrekit; at least in TeXShop 3.
Good Luck,
Herb Schulz
(herbs at wideopenwest dot com)
More information about the macostex-archives
mailing list