The goal
99999999 to 9999 9999.
The problem
I searched for String.split, but I couldn't apply. I don't want to separate the string into two variables, I just want to separate the string to displaying proposals.
The scenario
There is the following fragment on my application:
var contactPhone = "91929394";
And I want to separate 91929394 into 9192 9394 by calling the same variable (contactPhone).
Clarifying know-how questions
I really don't know the syntax, even not how I have to search for. Take it easy — it is a programming question.
integer. And @MatthewRiches, I don't understand your question.