
Michiel Van Bel schreef: Maybe something like this works ? I can't see why yours doesn't work though. (\d*(e-|\.)\d+)
Okay,
I need a small regexp to recognize e-values . I thought this one would suffice: (\d*e-\d+|0\.\d+)
But apparently it only recognizes:
e-126 2e-20 1e-09 0.001 0.004 0.015
And not: 0.23 0.90
Can anyone tell me why this is the case? I'm slightly confused :/
-- ================================================================== Sebastian Proost PhD Student Tel:+ 32 (0) 9 33 13 822 fax:+32 (0)9 3313809 VIB Department of Plant Systems Biology, Ghent University Technologiepark 927, 9052 Gent, BELGIUM sebastian.proost@psb.vib-ugent.be http://www.psb.ugent.be ================================================================== "If I knew what I was doing, it wouldn't be called research." --Albert Einstein