Function splitDString

split dstring by delimiters

dstring[] splitDString(
  dstring source,
  dchar delimiter = '\n'
);