I’m using rules in validation in Laravel, and am trying to check the number of characters in a number. This is my attempt: Unfortunately that checks that the zip code is the number 5 and not that the zip code is 5 characters. Which rules do I need to set to check that the zip code is exactly 5 characters,