# Tup.AhoCorasick **Repository Path**: pstudio/Tup.AhoCorasick ## Basic Information - **Project Name**: Tup.AhoCorasick - **Description**: Slightly changed from https://github.com/keith-leung/Tup.AhoCorasick Add case insensitive support - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-28 - **Last Updated**: 2024-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Aho–Corasick string matching algorithm C# implementation FROM: http://code.google.com/p/libanculus-sharp/ Slightly changed by keith-leung: case insensitive support.