nur f�r's protokoll:

http://www.dotnetgerman.com/blogs/thomas/PermaLink,guid,1af6737c-d7a1-4477-8
55f-98c756794fea.aspx

gru�, thomas :)         

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Bandt
> Sent: Tuesday, April 20, 2004 6:30 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [Coffeehouse] regex... vbs... js...
> 
> okay... bin jetzt schon weiter:
> 
> var str = "<i></i><p> <b>Test!</b></p>".match("</?[^>]*>")
> 
> liefert mir das erste ergebnis, sprich <i>. laut sample von
> http://www.javascriptkit.com/javatutors/redev3.shtml m�sste
> ich ein /g hintenan stellen, um alle ergebnisse zu erhalten.
> ergebnis ist aber ein syntaxfehler...
> 
> th.
> 
> > :-(
> > 
> > kann mir das hier mal jemand in js �bersetzen?
> > hier isses gerade scheinbar zu warm f�r sowas, ich krieg
> > die schleife nicht gebacken ;(
> > 
> > Set RegExpImg = New RegExp
> > With RegExpImg
> >     .Pattern = "</?[^>]*>"
> >     .IgnoreCase = True
> >     .Global = True
> > End With
> > 
> > Set RegExpImgMatch = RegExpImg.Execute(tmpValue)
> > For Each Match in RegExpImgMatch
> >     ...
> > Next
> > 
> > Gru�, Th.
> > 
> > _______________________________________________
> > Coffeehouse Mailingliste, Postings senden an:
> > [EMAIL PROTECTED]
> > An-/Abmeldung und Suchfunktion unter:
> > http://www.glengamoi.com/mailman/listinfo/coffeehouse
> > 
> 
> _______________________________________________
> Coffeehouse Mailingliste, Postings senden an:
> [EMAIL PROTECTED]
> An-/Abmeldung und Suchfunktion unter:
> http://www.glengamoi.com/mailman/listinfo/coffeehouse
> 

_______________________________________________
Coffeehouse Mailingliste, Postings senden an:
[EMAIL PROTECTED]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an