nashorn/docs/DEVELOPER_README
changeset 16259 bb504280c322
parent 16227 1bafb74d17b2
child 16533 6ae708677f92
--- a/nashorn/docs/DEVELOPER_README	Fri Feb 22 16:31:10 2013 +0100
+++ b/nashorn/docs/DEVELOPER_README	Fri Feb 22 17:00:22 2013 +0100
@@ -338,6 +338,15 @@
 this system property.
 
 
+SYSTEM_PROPERTY: nashorn.regexp.impl=[jdk|joni]
+
+This property defines the regular expression engine to be used by
+Nashorn. The default implementation is "jdk" which is based on the
+JDK's java.util.regex package. Set this property to "joni" to install
+an implementation based on Joni, the regular expression engine used by
+the JRuby project.
+
+
 ===============
 2. The loggers.
 ===============