Thanks for the response.
I have tried every combination of case and with/without stars. Even in this simple setup I'm nott getting a "hit"
String starting at byte 2344 in source code:"Der er desværre sket en fejl"
Der = ok
er = Error: String found [er]
r = Error: String found [r]
sket = ok
*sket* = ok
*ske* = ok
Seems like the strings found are from other parts of the source.
But when I'm checkin for strings earlier in the source (within the first 200 bytes) all my matches work as expected.
I have set a limit download of 0 (default value), and I assume that this is unlimited, but it seems that this could have an effect. Even when setting this to 5 (the source is 3 Kb) I'm not getting my match.
Are you able to elaborate on this?
Add comment