Search found 1 match
- 10.05.2007, 02:42
- Forum: User Patches
- Topic: Small problem in ZMatchPattern.pas with * matchs
- Replies: 0
- Views: 1143
Small problem in ZMatchPattern.pas with * matchs
I think there is a bug in ZMatchPattern.pas that makes a false negative match. For example you have the text: "Hello baby" and a Pattern like "*y*" It only happen when the match char is at the last position of the text. I send the fix version of ZMatchPattern.pas only one line ne...