3 days im working on regular expressions and something got stuck in my head here is the thing; i want my regex to accept like this one
0 123 456 78 90
0355 369 5878
01234567890
last one is easy to do, like
"(0[0-9]);
but i dont know the rest on java