Consider a list of string. I want to find all the substring starting with < and ending with >.
How to do this?
I already tryed to transform a regex expression from this question : Regular expression to return text between parenthesis
But since I'm not familiar with regex expressions, none of my trials was successful.
Note 1: I'm not focused on Regex, any working solution is welcome.
Note 2: I'm not parsing HTML or any markup language