What would be a convenient and reliable way to extract all the "{...}" tags from a given string? (Using Java).
So, to give an example:
Say I have: http://www.something.com/{tag1}/path/{tag2}/else/{tag3}.html
I want to get all ...
I have a String that looks like this
<34>Any Character ]
<23>Any Character ]
I want to extract the string based on the starting and the end line. I am trying to create two ...