--- erythros <[EMAIL PROTECTED]> wrote: > trying to use split(). i want to split a paragraph by sentence. so of > course i used split('[.!?]', $data). but then i noticed i use ... or .... > every now and again at the end of a sentence.
Maybe you could explode on a period followed by a space? I wouldn't think split is necessary here. Hope that helps. Chris ===== My Blog http://shiflett.org/ HTTP Developer's Handbook http://httphandbook.org/ RAMP Training Courses http://www.nyphp.org/ramp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php