Convivea

Bit Che => Scripts & Development => Topic started by: The IceMan on May 23, 2007, 06:56:22 am

Title: function requested
Post by: The IceMan on May 23, 2007, 06:56:22 am
Hi,

Can you add a function that remove text from the raw Data ?
like if i have some repeating data that complicat the prasing of the page

thx, tim
Title: Re: function requested
Post by: Bovski on May 24, 2007, 06:17:50 pm
Why not just use a replace before the start loop
Title: Re: function requested
Post by: The IceMan on May 24, 2007, 10:40:10 pm
Good idea,
but i thought about something that clears parts of the HTML code
like every thing from <script> to ... </script>
and not trying to look for all the script code and replace it with empty string
if only it support wild-card like >> "<script>*</script>"