Tools

  • Approximate Circular String Search: Searches an input text for matches of a circular input pattern. A match can either be the original input pattern or any rotation of the input pattern. Takes advantage of a client-side algorithm to remove the need for uploading data directly.

    Source Code