When processing system logs a need may arise to match a given log line against the format strings from the code that produced the log (for example to point back to the code which produced the line).
Multimatch is a library used to build a database containing many regex patterns, prioritize them and match against provided strings. The supported input format for the patterns is printf format string - a string containing format specifiers like %d and %f. For details of supported specifiers see the readme file.
There may be many print statements with varying contents and the best possible match should be provided. The prioritization rules are described in the readme file.
Follow multimatch
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of multimatch!