Search Results

Search: Posts Made By: Sushir03
1,738
Posted By Sushir03
Parsing
I read the line "xyx","asdfsd","qweerqw_adfad"

from a input text file, i need to separate out the data from this single string into separate variables like

"xyx"
"asdfsd"
"qweerqw_adfad"
1,738
Posted By Sushir03
Parsing problem
I need to parse a string which looks like

"xyx","sdfsdf","asf_asdf"

into

var1="xyx"
var2="sdfsdf"
var3="asf_asdf"
1,780
Posted By Sushir03
Parsing problem
I need to separate out the contents in the string "xyz","1233","cm_asdfasdf" as xyz,1233,cm_asdfasdf


Can anyone help me on this??
1,808
Posted By Sushir03
Parsing problem
Hi,

i need to parse a string which looks like this

"xyz","1233","cm_asdfasdf"
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 07:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy