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