简体   繁体   中英

ECMA 262/Perl 5 regexp support in java

Are there any libraries that supports this regexp-specification in java?

Know the Mozilla Rhino uses this specification, but how can this be implemented in java?

UPDATE:
Found a library called jakarta-oro that supports perl5-regular expression which uses ecma-262.

http://jakarta.apache.org/oro/index.html

If Rhino supports it, why not use the Rhino scripting support in Java to use Rhino? Look up JSR-223 , and you can use javascript in a Java application if that's what you need.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM