Java Development
-
Validate HTML Tag with Java Regular Expression example
In this tutorial we are going to see how to validate HTML Tag format. In general, validating HTML with regular…
Read More » -
Validate Date with Java Regular Expression example
In this tutorial we are going to see how to validate date format with Java Regular Expressions.The basic policy about…
Read More » -
Validate Time In 24 Hours Format with Java Regular Expression example
In this tutorial we are going to see how to validate 24 Hours time format with Java Regular Expressions.The basic…
Read More » -
Validate Time In 12 Hours Format with Java Regular Expression example
In this tutorial we are going to see how to validate 12 Hours time format with Java Regular Expressions.The basic…
Read More » -
Validate IP Address with Java Regular Expression example
With this example we shall show you how to validate the format of ip addresses using Java Regular Expression. The…
Read More » -
Validate Email Address with Java Regular Expression example
Email validation is a very frequent requirement in many applications. Basically the main policy that email format follows is that…
Read More » -
How To Validate Hex Color Code With Regular Expression
In this tutorial we are going to see how to create a simple application that validates Hexadecimal Color Codes. The…
Read More » -
Validate Password with Java Regular Expression example
In the previous tutorial on username validation we explained why input validation is important for your application’s security and data…
Read More » -
Validate Username with Java Regular Expression example
When you are writing an application that requires authentication, in most cases, the users should provide a username among other…
Read More » -
JSON.Simple Example to read and write JSON in Java
In this example we are going to see a very nice JSON framwork, JSON.simple. In this tutorial we are going…
Read More »