Community Member Profile
- Profile: /members/3991-Francesco.htm
- Comments: 8
- Points: 84
Recent Blog Comments By Francesco
-
HostMySite.com Has The Best ColdFusion Hosting
Posted on Jan 17, 2013 at 12:23 PM
@Adrian, Hostmedia.co.uk is a very good choice.... read more »
-
An Experiment In Passing Variables Into A CFThread Tag By Reference
Posted on Sep 13, 2012 at 3:42 PM
It's possible to pass a struct?... read more »
-
Learning ColdFusion 8: REMatch() For Regular Expression Matching
Posted on Jun 21, 2011 at 9:23 AM
Many thanks!!... read more »
-
Learning ColdFusion 8: REMatch() For Regular Expression Matching
Posted on Jun 21, 2011 at 5:54 AM
Thanks for the reply. But unfortunately this not work. I've tried this: <cfset ar="Ciao mi chiamo {Francesco|Carlo|Marino|Guido} e faccio l'artista "> <cfset ag = ReMatch("(?=\{)(.*?)(?=\})","#ar#")> The output is: {Francesco|Carl... read more »
-
Learning ColdFusion 8: REMatch() For Regular Expression Matching
Posted on Jun 20, 2011 at 4:31 PM
If I need to find everything that is between two curly braces? For example if I have this string: {aaaa|bbbb|cccc|dddd} And I want: aaaa|bbbb|cccc|dddd What is the regex? I have tried this, but don't work: (?=\{)(.*?)(?=\}) Could you help me?... read more »
-
HostMySite.com Has The Best ColdFusion Hosting
Posted on May 21, 2010 at 9:00 PM
Try Hostnexus.com Very good hosting. only Coldfusion 8... read more »
-
ColdFusion CreateTimeSpan() And CFLoop (via Ray Camden)
Posted on Aug 3, 2009 at 10:53 PM
Hi ben, I was trying to develop a little script with Berger's algorithm to create a calendar for a championship... this is my code, but I get errors... <cfset names = ArrayNew(1) /> <cfset names[1] = "Napoli" /> <cfset names[2] = "Milan" /> <c... read more »
-
ColdFusion CreateTimeSpan() And CFLoop (via Ray Camden)
Posted on Aug 3, 2009 at 11:30 AM
Hi Ben, I want create a script to generate a calendar for a soccer tournament. I think I should use cfloop to create single event for every team, but also a cfloop to create x match for x event, because the team are from 20 to 40. What about cfloop timeout?... read more »



