Re: [Boost-users] Perl Regex Question
4 Apr
2006
4 Apr
'06
1:42 p.m.
admin@geocodenet.com wrote :
When I use this regular expression:
^(*.)a(*.)
[snip]
1==>M 2==>nagement
This is what you get if you use (.*?) (ungreedy)
Or alternatively (and more portable to different regex engines which may not have non-greedy options): ^([^a]*)a(.*) A+ Paul Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,34 /mn) ; tél : 08 92 68 13 50 (0,34/mn)
6798
Age (days ago)
6798
Last active (days ago)
0 comments
1 participants
participants (1)
-
paul.floyd