Thanks for the help. -----Original Message----- From: Jerry Johnson [mailto:jjohnson@;lawyersweekly.com] Sent: Thursday, October 24, 2002 11:04 AM To: CF-Talk Subject: Re: Can CF search a string from the right to the left.
But an easier way might be to treat the string as a list delimited with /, and delete the last element from the list <cfset newString=listDeleteAt(string,listLen(string,"/"),"/")> Jerry Johnson >>> [EMAIL PROTECTED] 10/24/02 10:34AM >>> Hi, I was wondering if anyone knows of a cf function or a tag that will search a string from the right to the left, instead of the left to the right. I want to search a string say: http://www.somesite.com/folder1/index.cfm What I want returned is everything from the last "/" to the beginning. Is there any function or tag that can do this, I can write the code to do it with from the left to the right but I was just wondering if a something else existed. Thanks Mario This message is for the named person's use only. It may contain sensitive and private proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you are not the intended recipient, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. CREDIT SUISSE GROUP and each legal entity in the CREDIT SUISSE FIRST BOSTON or CREDIT SUISSE ASSET MANAGEMENT business units of CREDIT SUISSE FIRST BOSTON reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. Unless otherwise stated, any pricing information given in this message is indicative only, is subject to change and does not constitute an offer to deal at any price quoted. Any reference to the terms of executed transactions should be treated as preliminary only and subject to our formal written confirmation. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

