Build your intuition. Fill in the missing part by typing it in.
Custom validation allows you to define your own validation rules for form fields. This can be useful when you have specific requirements that are not covered by built-in validation methods. For example, you may want to validate that a username is _ or that a phone number is in a specific format.
Write the missing line below.