Quote:
Originally Posted by Tigairius
PHP Code:
}else {
temp.positions = str.positions(del);
temp.output.add(str.substring(positions[i - 1] + 1));
break;
}
}
|
That's exactly what I was looking for. Thank you, Tig. Though, for anybody thinking about using the script Tig provided: it's not the complete explode() function, as in PHP. I'll release mine publicly as soon as I finish it.