diff --git a/src/Validator/Inject/Matching.php b/src/Validator/Inject/Matching.php new file mode 100644 index 0000000..8f18cf0 --- /dev/null +++ b/src/Validator/Inject/Matching.php @@ -0,0 +1,34 @@ +value) . '/', $data); + } else { + return false; + } + } +} \ No newline at end of file