HED JavaScript Library
    Preparing search index...

    Function splitStringTrimAndRemoveBlanks

    • Split a string on a given delimiter, trim the substrings, and remove any blank substrings from the returned array.

      Parameters

      • string: string

        The string to split.

      • delimiter: string = ','

        The delimiter on which to split.

      Returns string[]

      The split string with blanks removed and the remaining entries trimmed.