^ = start of string \w = Word * probably isn't needed. This regex doesn't account for multiple "." characters, but that's not to say that you can't make it. \w will probably need changed to something else. I'm a hack at this, not an expert. :) Trying to get there.
Regex cheat sheet: http://www.ilovejackdaniels.com/cheat-sheets/regular-expressions-cheat-sheet/ On Nov 7, 2007 1:35 PM, Rick Faircloth <[EMAIL PROTECTED]> wrote: > Thanks, Todd... > > Can you explain the '^\w' part? > > Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292867 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

