Quote:
Originally Posted by WS64
I tried it with and without "Minimal Match", does not change anything.
|
Yes. It does. If the cursor is to the left of a letter, [a-zA-Z]* will match
something when Minimal Match is unchecked. If Minimal Match is checked, [a-zA-Z]* will never match anything. Ever.
Quote:
Originally Posted by WS64
And since Doitsu mentioned the same in the 4th post of this thread I am not completely alone I guess...
|
Because his cursor was likely at the beginning of a line of code that started with '<'. I'm sure he'll be able to verify that [a-zA-Z]* does
indeed return matches for him when the cursor is placed in front of a letter before clicking "Find" (and Minimum Match is unchecked).