Function EditWidgetBase.explode

Divide (and conquer) text into words

dstring[] explode(
  dstring str,
  const(dchar)[] splitChars
);