What is the meaning of below pattern in Java Patterns concept?
^[\p{Alnum}]{6,7}$
I understand it can access 6 to 7 alphanumeric charecter. But what it is the meaning for $ in above format.
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.
Below is the format that you requested( I need this format “3AB 45D”. That is first 3 Alnum chars and space and 3 Alnum chars.),