I read the following line from a file
in this line i want to extract name of the student (ABINAYA N here) how can i do that?
i will read this line for various 95 students where the students name may differ say(KARTHIK PRASATH K,KEERTHANA N,AJITH M)
how can i extract name of the students alone???
pls help me as soon as possible
advance thanks to you..
Code:
<th colspan="2"><font color="Brown">ABINAYA N</font></th>
i will read this line for various 95 students where the students name may differ say(KARTHIK PRASATH K,KEERTHANA N,AJITH M)
how can i extract name of the students alone???
pls help me as soon as possible
advance thanks to you..
Comment