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
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
Browser other questions tagged regex
You are not signed in. Login or sign up in order to post.
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
– hkotsubo