Why this tool is useful
Use this tool to identify a shared literal fragment in filenames, identifiers, snippets or compact sequence data where gaps must break a match.
Locate the longest uninterrupted run of Unicode graphemes that appears identically inside both supplied texts.
Ready. Your working data stays in this browser.
Use this tool to identify a shared literal fragment in filenames, identifiers, snippets or compact sequence data where gaps must break a match.
A rolling dynamic-programming row resets mismatches to zero and tracks the best ending position, keeping memory bounded while returning the exact fragment.
ABABC and BABCA contain the uninterrupted substring BABC, which has length 4.
The calculation is deterministic and explains validation errors instead of silently changing invalid input.
Input and output remain in this tab. Copy and download happen through browser APIs without a server upload.
Every run reports its tool mode, timestamp and input/output size so transformed data can be audited.