Can anyone tell me if there's a PHP library out there that will help me determine "pattern sequences" from a string?

Example input:

032258064516129032258064516129032258064516129032258064516129 Sequence = 032258064516129


037037037037037037037037037037037037037037037037037037037037 Sequence = 037


I know regex can help you find a pattern when you know what the pattern is already, but this is different.




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to