79172412

Date: 2024-11-09 09:02:57
Score: 1.5
Natty:
Report link

This answer - text.splitWithDelimiters("\\d+\\.\\d{2} (DR|CR)",0) by @user85421 does the work, although I notice a couple of empty entries in the array, but that can be removed.

The suggestion by @dani-vta also works, but the only issue for my need is that the word (FEES) is not there for other lines, hence for my specific need I need to work with pattern matching with only the number, decimal & CR / DR.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • User mentioned (1): @user85421
  • User mentioned (0): @dani-vta
  • Self-answer (0.5):
Posted by: iCoder