Hey!

Once again, I have a question ;)

I have a string that looks like this(I loaded it with a file data):

   "<!-- head -->
      blabla
    <!-- body -->
      continue of blabla
    <!-- end -->"

I would like to know what's the fastest technique of taking just a specific 
part in
this string(case-insensitive) and putting it into a new string
    i.e.: from "<!-- head -->" to "<!-- body -->"
    or:   from "<!-- body -->" to "<!-- end -->"


Thank you in advance -

   Aviv Revach

     BRILLIANeT Website -
   http://www.brillianet.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to