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
Thanks for notify this.
The purpose of this function is avoid values like -- that I found in some cases but I can remove it, unless there's another way to detect regular characters of any alphabet. Any idea?
This function removes all pure Persian and Arabic characters:
function clean(string $value, bool $allowHTML = false): ?string
{
$value = trim($value);
The text was updated successfully, but these errors were encountered: