I worked a bit and came to a solution!
the number must be entered like this +393894375928 and here is what I used:
^(?:(?:+|00)\d{2,3}|0)\s*1-9{4}$
Now it works correctly, I’m sharing it for anyone who may need it!
I worked a bit and came to a solution!
the number must be entered like this +393894375928 and here is what I used:
^(?:(?:+|00)\d{2,3}|0)\s*1-9{4}$
Now it works correctly, I’m sharing it for anyone who may need it!