Class WhoIsParser

Parse collected raw WhoIs data

Hierarchy

  • WhoIsParser

Constructors

Methods

Constructors

Methods

  • Iterated through the complete text and returns extracted values

    Parameters

    • rawData: string

      raw text from WhoIs server

    • outputData: any

      Data which needs to be extracted from the raw text (key/value pairs). Keys are used to extract from raw text and values are filled.

    Returns any

    Filled outputData

  • Parse the raw WhoIs text and returns extracted values

    Parameters

    • rawData: string

      raw text from WhoIs server

    • outputData: any

      Data which needs to be extracted from the raw text (key/value pairs). Keys are used to extract from raw text and values are filled.

    Returns any

    Filled outputData

Generated using TypeDoc