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
Validator.php:235 explodes rule strings on the pipe before parsing, so any regex containing a pipe breaks. Fix: special-case regex extraction before the split, or require the array rule form for regex.
Validator.php:235 explodes rule strings on the pipe before parsing, so any regex containing a pipe breaks. Fix: special-case regex extraction before the split, or require the array rule form for regex.