C++ (Qt) QRegExp rx("\\b@([a-zA-Z]{1,4})@\\b"); qDebug() << rx.indexIn("@a@");
QRegExp rx("@\\b([a-zA-Z]{1,4})\\b@");