C++ (Qt)QString text("test \r\nAT#RSCRIPT \r\n asddad");QRegExp reg("AT#RSCRIPT"); int index = reg.indexIn(text); // =7