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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
java.util.regexis 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.jarfile.