Hi folks,
I'm new to regex and am struggling to extract a number from a field. I basically need the amount extracted from the following;
*Date Name Amount Curr Type Status*
*------------------- -------------------- ---------- ---- ------------ ------*
*07.05.2016 22:58:09 Person's Name 5.00 GBP Sale Okay*
It is the variable length text before the number that I am struggling with.
Please can you suggest a way in which I can extract just the 5.00 in the above example?
Thanks in advance :-)
Matt
↧