Hello,
if a have a text file with arbitrary content e.g. "xxxxx" in each line and try
to find the character on the beginning of each line with regular expression (^.)
- credit matches every character in the line not only the first char.
It seems that the (^) -beginning of line regex is not recognised correctly, it
is ignored.
This happens in release version 1.013 and also in beta 1.014 build 6.
In the find/replace dialog window in MS Visual Studio 6, that appears as exactly
the same used in credit, the ^ regex functions correctly.
greetings
Uwe.