Jump to content
Fórum Script Brasil
  • 0

Parser de html com REGEX (PCRE


zacchz

Question

Quero separar tag por tag html e também seu conteúdo, tudinho num array.

Esse parser deve ser +/- parecido com a leitura de um XML.

Preciso de uma expressão regular para:

<div id='container'>

Hello world <br>

<p>Teste de uma expressão para realizar um</p>

<h1>Parser</h1>

Tudo bom, céu azul, servidor funcionando lindamente e o Apache a todo vapor.

</div>

PRECISO FAZER ISTO:

array(

[0] <div id='container'>

[1] Hello world

[2] <br>

[3] <p>

[4] Teste de uma expressão para realizar um

[5] </p>

[6] <h1>

[7] Parser

[8] </h1>

[9] Tudo bom, céu azul, servidor funcionando lindamente e o Apache a todo vapor.

[10] </div>

Socorro! Definitivamente, REGEX não é meu forte!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...