Strings regex validation

Update regex validation and add validation class to return full information. Add helper to return last error message from defined constant
This commit is contained in:
Clemens Schwaighofer
2025-06-05 14:29:04 +09:00
parent 3be3519e45
commit dbc72472f9
8 changed files with 380 additions and 13 deletions

View File

@@ -1,5 +1,7 @@
<?php
// This code was created by Claude Sonnet 4
declare(strict_types=1);
namespace tests;