I want to make it look like this:SPL 2 INVOICE 2121 -19.54 1 Less: Average Employee Cost: $ 224.00 19.54 ? Tax Calculation
SPL 3 INVOICE 5350 1 Taxable Service Fee: 325.60 ? Detail
I have to use coldfusion for this so I have tried this:SPL 2 INVOICE 2121 -19.54 1 Less: Average Employee Cost: $ 224.00 19.54 ? Tax Calculation
SPL 3 INVOICE 5350 1 Taxable Service Fee: 325.60 ? Detail
Code: Select all
<cfset works = REReplace(#works#, "^[a-z0-9A-Z]", "", "ALL")>