Matt Graf
Member since Dec 11, 2008
- Profile: /members/1163-matt-graf.htm
- URL: http://think-lab.net
- Comments: 3
Recent Blog Comments By Matt Graf
-
Bulleting Credit Card Numbers With Regular Expressions
Posted on Dec 6, 2007 at 6:01 PM
This is great, I added something to just in case the number has the dashes are in the string <cfset strNumber = "0123-4567-8912-3456" /> <cfset strCC = REReplace(strNumber,"[0-9](?=.*.{4})", "*", "all")> <cfoutput> #strCC# </cfoutput> Now what I would like to do is if the d... read more »
-
Reading A Microsoft Excel File In ColdFusion Using JExcel API
Posted on Dec 9, 2006 at 12:38 PM
I am trying to read an excel file with your code and I am getting this error jxl.Workbook The error occurred in D:\users\ixClients\payquiq\scribble.cfm: line 107 105 : ("jxl." & ARGUMENTS.Class), 106 : JavaCast( "boolean", false ), 107 : LOCAL.ClassLoader 108 : ) 109 : /> any thoughts?... read more »