<?php $text = <<<TEXT {123456 123456 123456} {654321 654321 654321} {123456 123456 123456} TEXT; var_export( preg_split( '/ +|}\R?|{\d+/', $text, 0, PREG_SPLIT_NO_EMPTY ) );
You have javascript disabled. You will not be able to edit any code.