>3. Thanks! And may I say, REGULAR EXPRESSIONS ROCK!!! One expression still stumps me. In my attached ParseCNFromDN() method, I use Replace() and ListFirst() functions to strip all but the required information. I wish I knew the RE that would do this for me with a single function. (An example of what I am needing is in the method's comment. Hint, Hint.)
<cfset testString = "CN=md40, OU=Employees, OU=AcenetUsers, dc=evansville, dc=edu"> <cfoutput>[#reReplace(testString, "^CN=([^,]+),*.*","\1")#]</cfoutput> Seems to work. >The cool thing for me is, a lot of what I have learned on this mailing list is now coming to fruition! Absolutely. I don't often post here because I generally feel somewhat overwhelmed by some people's knowledge, and my - seemingly - distinct *lack* of knowledge. But as a lurker, I have learned an awful lot. ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
