Specific String validation using regex

If you want to learn, how to use regex, I recommend the following

  • read your lecture notes
  • read a Java book (especially the chapters about “Pattern” and “regular expressions”)
  • read the Java documentation, e.g. about Pattern

Leave a Comment