Searched refs:namedMailExp (Results 1 – 1 of 1) sorted by relevance
185 QRegExp namedMailExp("^([\\w\\s]+)\\s<(" + mailExpString + ")>$"); in textToURLList() local187 if (namedMailExp.exactMatch(ltext)) { in textToURLList()188 QString name = namedMailExp.cap(1); in textToURLList()189 QString address = "mailto:" + namedMailExp.cap(2); in textToURLList()