5 ms·
Thank you - we are adding them to our test suit for the next version.
by ebursztein 3y ago
Thank you - we are adding them to our test suit for the next version.
- TomNomNom 3y agoSuper, thank you! I look forward to it :) I've worked on similar problems recently so I'm well aware of how difficult this is. An example I've given people is in automatically detecting base64-encoded data. It seems easy at first, but any four, eight, or twelve (etc) letter word is technically valid base64, so you need to decide if and how those things should be excluded.