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\">(.*?)"; ^^
Make them non greedy.