Prelude API
    Preparing search index...

    Function has

    • Checks if a string exists in the trie.

      Parameters

      • trie: t

        The radix trie to search in

      • input: string

        The string to check for

      • offset: number = 0

        The starting offset in the input string

      Returns boolean

      True if the string exists in the trie, false otherwise