At 09:09 AM 1/28/02 +0000, you wrote: >Hi. > >Can anyone recommend a tag to strip just the domain from an email address? >(after the @)
You don't you just treat it as a @ delimited list and get the second item in the list? <cfset domain=ListGetAt(emailaddress,2,"@")> Now available in a San Francisco Bay Area near you! http://www.blivit.org/mr_urc/index.cfm http://www.blivit.org/mr_urc/resume.cfm ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

