Author Topic: function requested  (Read 8492 times)

Offline The IceMan

  • Newbie
  • *
  • Posts: 10
  • Karma: +1/-0
    • View Profile
function requested
« 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

Offline Bovski

  • Head Cider Tester
  • Hero Member
  • *****
  • Posts: 673
  • Karma: +189/-0
  • High Five Me
    • View Profile
    • Warez The Index
Re: function requested
« Reply #1 on: May 24, 2007, 06:17:50 pm »
Why not just use a replace before the start loop

Offline The IceMan

  • Newbie
  • *
  • Posts: 10
  • Karma: +1/-0
    • View Profile
Re: function requested
« Reply #2 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>"
« Last Edit: May 25, 2007, 03:54:18 am by The IceMan »