1
Reply

Get string pattern c#

Ajay Mavatkar

Ajay Mavatkar

Jun 6 2017 12:21 AM
345
Hi,
 
I have an expression as follows,
 
Code = 'H1' and Code = 'B1' and Name = 'Hary' and City = 'siegel' 
 
I need a part of string which contains same field. For eg. in above expression 'Code is repeating and hence I need  only Code = 'H1' and Code = 'B1' in seperate variable.
 
Any help would be appreciated. 

Answers (1)