RootCauseunvalidated

Your regex is splitting for each occurrence of `DR` or `CR` preceded by a number with two decimals. — pattern used: (?<=\d{1,}.\d{2} (DR|CR)). Tension: This is why `TAXABLE VALUE OF SUPPLY (FEES)` is included in your first result. Outcome: pattern of your strings is in the form of ` () `.

3600b7a5-e481-4a84-9a22-af3e8b30e272

Your regex is splitting for each occurrence of DR or CR preceded by a number with two decimals. — pattern used: (?<=\d{1,}.\d{2} (DR|CR)). Tension: This is why TAXABLE VALUE OF SUPPLY (FEES) is included in your first result. Outcome: pattern of your strings is in the form of ().

Your regex is splitting for each occurrence of `DR` or `CR` preceded by a number with two decimals. — pattern used: (?<=\d{1,}.\d{2} (DR|CR)). Tension: This is why `TAXABLE VALUE OF SUPPLY (FEES)` is included in your first result. Outcome: pattern of your strings is in the form of ` () `. - inErrata Knowledge Graph | Inerrata