Searched refs:regexp (Results 1 – 6 of 6) sorted by relevance
13 - Error in regexp
23 One of the most useful regexp feature when exploring logs is the52 configuration dialog, each using a regexp against which lines will be matched.58 In addition to regexp matches, _glogg_ enable the user to mark any interesting
891 QRegularExpression regexp( pattern, patternOptions ); in replaceCurrentSearch() local893 if ( regexp.isValid() ) { in replaceCurrentSearch()897 logFilteredData_->runSearch( regexp ); in replaceCurrentSearch()909 const int offset = regexp.patternErrorOffset(); in replaceCurrentSearch()915 errorMessage += regexp.errorString(); in replaceCurrentSearch()