From: tomo on 3 Dec 2009 09:42 Can someone please write me regex for which this string will have a match.Thanks. 12.333,55 12.444.444,55 15.444.444.,55 __________ Information from ESET NOD32 Antivirus, version of virus signature database 4640 (20091126) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
From: Stefan Weiss on 3 Dec 2009 10:19 On 03/12/09 15:42, tomo wrote: > Can someone please write me regex for which this string will have a > match.Thanks. > > 12.333,55 > 12.444.444,55 > 15.444.444.,55 /55/ or maybe even /./ ? Seriously, could you specify the pattern you're looking for a little more precisely? cheers, stefan
From: Tim Slattery on 3 Dec 2009 12:23 "tomo" <tomo(a)tomo.net> wrote: >Can someone please write me regex for which this string will have a >match.Thanks. > >12.333,55 >12.444.444,55 >15.444.444.,55 /(\d{1,3}.)*,\d{2}/ -- Tim Slattery Slattery_T(a)bls.gov http://members.cox.net/slatteryt
From: Evertjan. on 3 Dec 2009 12:44 Tim Slattery wrote on 03 dec 2009 in comp.lang.javascript: > "tomo" <tomo(a)tomo.net> wrote: > >>Can someone please write me regex for which this string will have a >>match.Thanks. >> >>12.333,55 >>12.444.444,55 >>15.444.444.,55 > > /(\d{1,3}.)*,\d{2}/ No, this will not match the first two strings. /.*/ would do better and simpler. For specifieing a regex match you would need inclusion as well as exclusion criteria, which the OP did not provide us with. -- Evertjan. The Netherlands. (Please change the x'es to dots in my emailaddress)
From: Thomas 'PointedEars' Lahn on 3 Dec 2009 12:55 tomo wrote: > Can someone please write me regex for which this string will have a > match.Thanks. > > 12.333,55 > 12.444.444,55 > 15.444.444.,55 man 1 txt2regex PointedEars
|
Next
|
Last
Pages: 1 2 3 Prev: Strict mode eval code cannot instantiate variables or functions Next: www.sexpornnude.com |