> Where PHP shines -- and cuts development time -- is it's > Perl-like attributes: robust regex support and so on. I recently > had to write a custom tag for CF, about 40 lines of code, that > took ONE line of code in PHP and Perl.
If you're running CFMX on Java 1.4, then you can make use of Java's regular expression facilities which are amazingly full-featured. I can't remember what package its in, but the main class in question is Pattern. The String class also has a couple RE-based methods that make use of that class internally to make common operations simpler. The CFMX RE engine is NOT based on it, because CFMX ships with 1.3, and these are new to 1.4, although I suspect that'll be an update at some point. barneyb --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.459 / Virus Database: 258 - Release Date: 2/25/2003 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

