Jump to content

Shanti

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Shanti's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, lets say I got this HTML File: <!-- Start Code --> some html here with lots of diferent chars < , > \ / etc etc <!-- End Code --> some other stuff here more html <!-- Start Code --> some html here with lots of diferent chars < , > \ / etc etc <!-- End Code --> how do i make it so that I can match anything between <!-- Start Code --> and <!-- End Code --> in the whole html file? this example should give me 2 matches its driving me nuts been trying for a couple days with no succes, this is what i have [code]<!-- Start Code -->[\+;\|\=\:\-\!\.\<\,\>\\\'\"\/\w\s]+<!-- End Code -->[/code] but this will make 1 match including everything out of those delimiters  :-\ any ideas? Thanks Shanti Castillo G.
×
×
  • 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.