@eagleoutice/flowr - v2.13.1
    Preparing search index...

    Function matchByPrefixOrSubsequence

    • The candidates that start with needle, or -- if none do -- those that contain it as a subsequence (case-insensitive). needle itself is never returned.

      Parameters

      • candidates: readonly string[]
      • needle: string

      Returns string[]