Jump to content

Atomic Taco

Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling
  • Location
    WA State

Atomic Taco's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Yes, just replace the text between > and < with empty string. But the input is going to have many nested tags, and there will already be an empty string between some > and <.
  2. I'm looking for some Regex that'll take something like this: <br><a href="test.gif">link</a><br><p>Some more text here</p> And return something like this: <br><a href="test.gif"></a><br><p></p>
  3. [!--quoteo(post=374170:date=May 15 2006, 06:18 PM:name=thorpe)--][div class=\'quotetop\']QUOTE(thorpe @ May 15 2006, 06:18 PM) [snapback]374170[/snapback][/div][div class=\'quotemain\'][!--quotec--] Find and replace then? [/quote] That works, but on all the programs I know you have to open each file one at a time and perform the find/replace.
  4. [!--quoteo(post=374154:date=May 15 2006, 04:40 PM:name=thorpe)--][div class=\'quotetop\']QUOTE(thorpe @ May 15 2006, 04:40 PM) [snapback]374154[/snapback][/div][div class=\'quotemain\'][!--quotec--] Ever heard of [i]sed[/i] and [i]awk[/i]? [/quote] I'm on Windows, so, no
  5. Oh, I always code with <?php, but I was trying to get a third party script to work that had over 100 files that I didn't want to go through and fix.
  6. Thanks. I'm changing this on my testing server which is my own personal PC so I'll have access. Now where'd that SOLVED button go?
  7. Title & description pretty much sums it up. Thanks for your help.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.