How to work on it

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

1 Like