-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
We should add a "PHP-complaint version" of codes in documentation, eg. on documentation code
pattern($p)->match($m)->first();
should also have a second (ultra pseudo-code) version
if (preg::match($p, $s, $m)) {
return $m[0];
}
throw new SubjectNotMatchedException();
The T-Regx way should be the default tough.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request