Returns the link of an anchor tag
static String getLink(String value) { return value.replaceAll(r"__#COLON#__", ":"); }