CFMX 6.1 still uses the Apache libraries because some of the J2EE versions
stll use a 1.3 JVM.

If you look in your lib directory you'll still see "jakarta-oro-2.0.6.jar"
which is the Apache Jakarta ORO RegExp library.

HTH,

Sam

----------------------------------------------
Blog:  http://www.rewindlife.com
Chart: http://www.blinex.com/products/charting
----------------------------------------------

-----Original Message-----
From: Barney Boisvert [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 05, 2004 4:38 PM
To: CF-Talk
Subject: RE: Serial Number

I strongly suspect that Rereplace and Refind are thin wrappers around the
native Java RegEx stuff.  I know CFMX used an external implementation (from
Apache), because it shipped with a 1.3 JRE and the RegEx stuff is in Java
1.4, but CFMX 6.1 ships with 1.4.2, so I'd be quite surprised if it didn't
use the native Java libraries.

The actual functions it probably users are in the Matcher class, but the
syntax explaination is located here (in the Pattern class):

http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html

Cheers,
barneyb
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to