Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractContents ¶
ExtractContents extracts the contents in brackets and returns them separately. The first element is always the contents not located in brackets. The remaining elements are sorted by their starting bracket position.
The content of brackets within other brackets is extracted separately and excluded from the parent brackets (ex: "(a (b))" will yield ["", "a ", "b"]).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.