> split() function which returns an array:
>
> <cfset myString = "this is my space delimited string">
> <cfdump var="#myString.split(" ")#">
> <br>
> <cfset myOther = "thisCDisCDmyCDotherCDdelimitedCDstring">
> <cfdump var="#myOther.split("CD")#">
>
BTW I wrote a CFC that is basically a wrapper fort a bunch of Java string
functionalities:
http://www.cfczone.org/cfcs/downloads/tmt_java_string.zip
----------------------------
Massimo Foti
http://www.massimocorner.com
Co-Author of Dreamweaver MX 2004 Magic:
http://www.dwmagic.com/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

