简体   繁体   中英

Jar files for java.util.regex

I need jar files for java.util.regex in my project for input validation if any one can help please help me.Please provide me some websites from where i can download it. Thank you.

The java.util.regex is bundled with the standard Java runtime. (Which means that you don't need to include a separate .jar file to access it.)

To answer your question: It's in the rt.jar file.

The java.util.regex package was added to Java SE 1.4. If you are running an older version of java than that you should really consider upgrading.

The regex classes are in the standard rt.jar that comes with every JDK or JRE download. You almost certainly already have them.

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