HED JavaScript Library
    Preparing search index...

    Function parseHedStrings

    • Parse a list of HED strings.

      ###Note: now separates errors and warnings for easier handling.

      Parameters

      • hedStrings: string[] | ParsedHedString[]

        A list of HED strings.

      • hedSchemas: Schemas

        The collection of HED schemas.

      • definitionsAllowed: boolean

        True if definitions are allowed

      • placeholdersAllowed: boolean

        True if placeholders are allowed

      • fullValidation: boolean

        True if full validation is required.

      Returns any[]

      • [ParsedHedString[], Issue[], Issue[]] representing the parsed HED strings and any issues found.