
RegExp Tester
Source (link to git-repo or to original if based on someone elses unmodified work):
Available as/for:
Description:Input regular expression into upper field and press Enter or Ctrl+M to execute method "bool exactMatch ( const QString & str )".
Status bar contains result of "exactMatch" and "captureCount" methods
Also it's possible to setupe pattern syntax (ComboBox "Pattern Syntax") and minimal match (ComboBox "Minimal Match")
Captured text will be colored with corresponding regexp expression
0.2a
Added by line match mode. Each line is used as separate stringAdded menu to copy all matched/unmatched linesAdded menus to copy regexp string: escaped and QRegExp escaped:
Escaped: (\d*) -> (\\d*)
QRegExp escaped: (\d*) -> \(\\d\*\)Improved regexp highlight
0.2
Added RegExp database to store regexp templates
Ratings & Comments
0 Comments