Hex Core JS
    Preparing search index...

    Function extractLinks

    • Extracts links from the given text and returns information about each one found.

      Parameters

      • text: string

        The text to extract from.

      Returns {
          end: number;
          href: string;
          isLink: boolean;
          start: number;
          type: string;
          value: string;
      }[]