Hello All,
This is sampath, i have one query for string formation from the strings provided.I was thinking whether this can be achieved through regular expression. Kindly help me in this regard.
string str1 = "Declare Local variable "" of type "" and initialize with """ ;
string str2 = "Declare Local variable b_test of type bool and initialize with 10";
Need to extract the values <> to same word in str2.
When i pass two aruguments for a function and function should return the output has below mentioned:
bool b_test =10;
kindly help me in this regard...
Thanks
Sampath
VulpesPosted Oct 20, 2014, 7:00 AM
VulpesPosted Oct 20, 2014, 6:47 AM