News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Finished partial matching algorithm.

Started by hutch--, September 22, 2006, 02:58:25 PM

Previous topic - Next topic

hutch--

I meant to get back to this one and finish it but I got sidetracked with a few other things. It is a partial matching algorithm that differs from the earlier one only in so far as it has an extra parameter for setting a starting offset so that you can go back and search the same string for another match after the first one.

Effectively it performs this task.

"1234567890abcdefghijklmnopqrstuvwxyz"  The string to search.

"****567*90**cd**"  a partial pattern to search for.


It differs from a weildcard match in that it is designed to search for a fixed length pattern within the source that can have a variable range of characters in it that are marked with the "*" character.

[attachment deleted by admin]
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php