You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User can override rules via withSingularizeRules() and withPluralizeRules() methods, and use regular expressions with different flags. It is do not allow us use CombinedRegexp here.
We have introduced https://github.com/yiisoft/strings/blob/master/src/CombinedRegexp.php that helps with a loop of regexps.
There are some places to apply
CombinedRegexp
:strings/src/Inflector.php
Line 439 in 63aef52
strings/src/Inflector.php
Line 418 in 63aef52
The text was updated successfully, but these errors were encountered: