Laravel String Pattern Matching - Laravel 5.5 String Helper Method: "is"
The is helper method will indicate if the given $value matches the given $pattern . If the $value is the $pattern or if the $value matches the $pattern , the method will return true , otherwise it returns false .