PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > php.general > Re: [PHP] Regex to catch <p>s (weird result)
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Re: [PHP] Regex to catch <p>s (weird result)

Réponse
 
LinkBack Outils de la discussion
Vieux 07/05/2008, 20h51   #1
Ryan S
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [PHP] Regex to catch <p>s (weird result)

<clip>
> http://www.ezee.se/tests/para_regex2.php.txt


Yep, sorry... Just add the s

preg_match_all('|<p[^>]*>(.*)</p>|Uis', $myText, $myArray);

</clip>

Sweeeeett! It works!
If you _do get time_, would love to know the actual meaning of |<p[^>]*>(.*)</p>|Uis
because although I do appreciate the and the code, am learning to work a bit with regex
and this is still quite advanced for me.
So far I have gotten (correct me if I am wrong)
|<p[^>]*> = 1) Starts with "<p" 2) can have anything between till the next > 3) end with ">"
(.*)</p>| = 1) can have whatever inbetween till the end which is "</p>"

Have no idea of the Uis switches...

Thanks again,
R



__________________________________________________ __________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i...Dypao8Wcj9tAcJ
  Réponse avec citation
Vieux 07/05/2008, 21h31   #2
Jon L.
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [PHP] Regex to catch <p>s (weird result)

Pretty close.

The only thing I'd suggest is a different way of wording step 2:
Can contain anything but '>' until step 3.

As for the switches/modifiers (Uis), check out:
http://us.php.net/manual/en/referenc....modifiers.php

U = ungreedy
i = case-insensitive (|p| matches 'p' and/or 'P')
s = treat as single line

- Jon L.

On Wed, May 7, 2008 at 1:51 PM, Ryan S <genphp@yahoo.com> wrote:

> <clip>
> > http://www.ezee.se/tests/para_regex2.php.txt

>
> Yep, sorry... Just add the s
>
> preg_match_all('|<p[^>]*>(.*)</p>|Uis', $myText, $myArray);
>
> </clip>
>
> Sweeeeett! It works!
> If you _do get time_, would love to know the actual meaning of
> |<p[^>]*>(.*)</p>|Uis
> because although I do appreciate the and the code, am learning to
> work a bit with regex
> and this is still quite advanced for me.
> So far I have gotten (correct me if I am wrong)
> |<p[^>]*> = 1) Starts with "<p" 2) can have anything between till the
> next > 3) end with ">"
> (.*)</p>| = 1) can have whatever inbetween till the end which is "</p>"
>
> Have no idea of the Uis switches...
>
> Thanks again,
> R
>
>
>
>
> __________________________________________________ __________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile. Try it now.
> http://mobile.yahoo.com/;_ylt=Ahu06i...Dypao8Wcj9tAcJ
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 19h35.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,09560 seconds with 10 queries