I need help with a regular expression. I need last 3 Boolean values.
The combination of these 3 Boolean values could be anything:
True True True
False True False
True False True
This is the workflow I made:
TestRegularExpression.xaml (5.1 KB)
This is the sample text file.
APRFees.txt (793 Bytes)