[Editor's note: You can always use wordwrap('FF99FF', 2, ':', 2); to avoid
this]
chunk_split will also add the break _after_ the last
occurence. So, attempting to split a color into base
components,
chunk_split('FF99FF', 2, ':');
will return FF:99:FF: