I am trying to get only specific text from text file. I have amount & Currency and from that want to get only currency by skipping amount, because amount will get’s change for each file.
Below is the expression.
A számla végösszege: 12 065.00EUR
from above want to get EUR.
I have tried with (?<=A számla végösszege:\s+)\S+\s+\w+\W+\w+
but getting entire string