<?php $str = "Hello fri3nd, you're looking good today! What a Great day this is! How fancy and cool!"; var_export(preg_split('/(?:\S+\K +){3}/', $str));
You have javascript disabled. You will not be able to edit any code.