diff -r 0e25f785df4d -r bb504280c322 nashorn/docs/DEVELOPER_README --- 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. ===============