Hi,
What would be the best way to extract an array of strings (only the first strings separated by a "," ) encapsulated within the curly braces ( { } )from within a file...?
Eg: Test.txt
***************************
This is also in the text file
{ abc def ghi ,
jkl mno pqr ,
stu vwl yza ,
}
This is also in the text file
*****************************
I only want "abc" "jkl" and "stu" in an array..
Thanks,
Faez