How to get the last numbers with REGEX?

Asked

Viewed 27 times

1

i need to get the value of CSLL, q in case it is 458,33. I tried every way to capture it before the word "VALUE" but it did not work. follows the text:

IRRF PIS/PASEP COFINS CSLL 0,00 297,92 1.375,00 458,33 TOTAL VALUE OF NOTE 45.833,17

  • 1

    If you have tried several ways, please click [Edit] and place the attempts. It would also be good to say the language or tool used, because each one implements regex in one way and what works for one does not necessarily work for the other. Anyway, here is an example that can be adapted to your case: https://answall.com/q/342855/112052

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.