splitHedString

splitHedString(hedString)

Split a HED string into delimiters and tags.

Arguments:
  • hedString (string) – The HED string to split.

Returns:

Array.<Array> – A list of string parts. The boolean is true if the part is a tag and false if it is a delimiter. The numbers are the bounds of the part.