How can I split a page text into fragments with preg_split and have the split pattern not removed, but retained in the resulting fragments (or added back to each fragment)? ~Hans