In ColdFusion Or Javascript? 

Try:

REReplaceNoCase(
FORM_VALUE,
"\b([\w])\b",
"""\1""",
"ALL"
)


......................
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/


-----Original Message-----
From: John P [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 20, 2007 2:53 PM
To: CF-Talk
Subject: reformatting data in text field

Is there a way to reformat text in a text area to add quotation marks
and different line spacing?
So a comma separated list:

John, Tom, Frank, Bonnie, Jennifer, Richard, Sally


Would become this:


"John", "Frank"

"Bonnie", "Jennifer"

"Richard", "Sally"

Thanks for your help, John

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284257
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to