Re: [Boost-users] [Regex] Group of number at line end

24 Sep
24 Sep
7:44 a.m.
New subject: [Regex] Group of number at line end
-----Ursprüngliche Nachricht----- Von: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] Im Auftrag von John Maddock Gesendet: Mittwoch, 23. September 2009 18:45 An: boost-users@lists.boost.org Betreff: Re: [Boost-users] [Regex] Group of number at line end
What about: "^(.+)[^\\d\\s](\\s+\\d+)+$" HTH, John. Hi John, sorry, but this gives also only the last number. Reiner. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
5671
Age (days ago)
5672
Last active (days ago)
1 comments
2 participants
participants (2)
-
John Maddock
-
Reiner Hutsch