hi
i am extracting this my name is > yahoo > gmail
now i need to get yahoo or to make it dynamic anything between >>
hi
i am extracting this my name is > yahoo > gmail
now i need to get yahoo or to make it dynamic anything between >>
@manoj2500 Can you Check with this Expression for all the input String types that you have :
System.Text.RegularExpressions.Regex.Matches(yourStringVar, “(?<=\>).*(?=\>)”)(0).ToString.Trim