Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
findrx
#2
Yes, if price always be with ",".

This is more universal:
Macro Macro1473
Code:
Copy      Help
str ChargeA

ChargeA = "(Charge A | 937,000.00)"
;ChargeA = "(Charge A | 93.00)"

if(findrx(ChargeA "(\d+,)*\d+\.\d+" 0 2 _s)>=0) out _s


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)