> >Versuchs mal mit positive lookahead matches...
> >
> >(?=^|\s)\S(?=\s|$)
> >
> >  
> >
> Nimmt leider nur das erste a raus. Alle anderen bleiben.
> 

Aha... Seltsam... Wo hatte Andreas Roth nochmal die installierte Version vom
RegexToy? :-)

Probier mal so: (^|(?=\s))\S((?=\s)|$)


Claudius

_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an