I have some format phone like below:
+84 934.567.678
+84 934567678
0934 567 678
0934.567.678
I have written the regular expression to wish it capture all above phone number, however I just got 2 last number , can not capture both line begining with +84
'\d{3,4}[" ","."]?\d{3,4}[" ","."]?\d{3,4}'
Could you please help assist for getting all the phone format ?