Can any one help me out.
I have designed a form in which I have one text box and a submit button.
User can type in a message which can be of variable length and include spaces.
I want to break this string into INDIVIDUAL CHARACTERS And also I want to place a string before and after every character
i.e
suppose I have entered the text as 1234
then I must get the output as
I love 1 girl(s) I love 2 girl(s)
and so on .can any one help me out !
I have designed a form in which I have one text box and a submit button.
User can type in a message which can be of variable length and include spaces.
I want to break this string into INDIVIDUAL CHARACTERS And also I want to place a string before and after every character
i.e
suppose I have entered the text as 1234
then I must get the output as
I love 1 girl(s) I love 2 girl(s)
and so on .can any one help me out !
Comment