How would I go about finding multiple occurrences in one line using regex in Java?
My code (regex included):
public static List getTitl
String pattern = "rel=\"bookmark\">(.*?)</a></h2>"; ^^
Make them non greedy.