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
This isValid() is really useless because it returns true for any string. In a nutshell, this method only checks the length and characters, but not the ulid format.
This isValid() is really useless because it returns true for any string. In a nutshell, this method only checks the length and characters, but not the ulid format.
For example:
I think the following code would be more correct for validation:
The text was updated successfully, but these errors were encountered: