• Extracts templated ids from a block of text.

    Parameters

    • text: string

      Text to scan for the pattern "{{[0-9A-F]{32}.itemId}}"

    Returns string[]

    List of ids found in the text; braces and ".itemId" are removed; returns empty list if no matches