Split the Phone Numbers

  • + 0 comments

    If you are using Java, Use the split("") to split the Input into String[] (An Array). Note: The matched part is excluded in the result and whatever didn't matche the RegEx is returned in the array.