We have the following class for student application.
We need a custom validation where the password should be rejected if it contains the word orange in it.
Note: The letters of orange can be in either lowercase or uppercase.
Write a validation method in the class to do the check.