Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/09/09 10:45
Read: times


 
#162214 - Test Case
Responding to: ???'s previous message
Steve M. Taylor said:
I haven't got a C++ package, but if I get a chance, I'll write a Delphi version to send to you to try - should be an interesting experiment.


Here's a C++ Builder test case:

http://www.antronics.co.uk/downloads...Packet.zip

Dunno how easy (or otherwise) it'll be to convert to Delphi, but it demonstrates the problem:


With the EndString set to "apro":

    "apro"      will match;
    "aapro"     will not match, but "a apro"     will match;
    "apapro"    will not match, but "ap apro"    will match;
    "aprapro"   will not match, but "apr apro"   will match;
    "aproapro"  will match (twice).


See what you think...

List of 15 messages in thread
TopicAuthorDate
OT: one for any AsyncPro experts...            01/01/70 00:00      
   Could this be it?            01/01/70 00:00      
      Looks like it            01/01/70 00:00      
         Do you know?            01/01/70 00:00      
            Just high probability            01/01/70 00:00      
   I use that            01/01/70 00:00      
      but...            01/01/70 00:00      
         Message ending            01/01/70 00:00      
            I think these are just workarounds            01/01/70 00:00      
               I recommend Boyer-Moore            01/01/70 00:00      
               Async            01/01/70 00:00      
                  Delphi            01/01/70 00:00      
                     Open source            01/01/70 00:00      
                  Test Case            01/01/70 00:00      
                     Away for a week            01/01/70 00:00      

Back to Subject List