[ create a new paste ] login | about

Link: http://codepad.org/DKH7ohEV    [ raw code | output | fork ]

PHP, pasted on Dec 2:
1
2
3
4
<?php
$arrayStr = explode('STAR', 'some word STAR some other words');
echo $arrayStr[1];
?>


Output:
1
 some other words


Create a new paste based on this one


Comments: