MasterTom
09-04-2003, 06:36 AM
Hi there,
I want to split a string but in a more advanced way...
So what do i want to do?
I want to split ALL the TEXT between "<table>" and "</table>" from the string... so i can edit the remaining text (string/array)...
and then finally past them back together again...
I know i can use 'explode()' and 'implode()', but as you might understand... when a user defines more than 1 table... i should make an 'explode()' and 'implode()' sequence... to cover all the text...
Note:
I KNOW there's a way to do what i want... but i cant remember what is was... can you??
So basically...
I want to split a string in a way... that ALL the text between a "<table>" and "</table>" are used to split... in a way... that i can paste the splitted items WITH the text between the table-tags back together...
tnx... for reading/helping...
I want to split a string but in a more advanced way...
So what do i want to do?
I want to split ALL the TEXT between "<table>" and "</table>" from the string... so i can edit the remaining text (string/array)...
and then finally past them back together again...
I know i can use 'explode()' and 'implode()', but as you might understand... when a user defines more than 1 table... i should make an 'explode()' and 'implode()' sequence... to cover all the text...
Note:
I KNOW there's a way to do what i want... but i cant remember what is was... can you??
So basically...
I want to split a string in a way... that ALL the text between a "<table>" and "</table>" are used to split... in a way... that i can paste the splitted items WITH the text between the table-tags back together...
tnx... for reading/helping...