Grepping for a Pattern
Previous  Top  Next



NOTE: grepping is not supported natively by PCRE: it is instead a feature provided by the Delphi wrappers



Grepping for a pattern is essentially the same thing as searching for a pattern, except that when you grep you collect all the matches and not just the first one.

To grep for a pattern
·Type the pattern in the Pattern Edit Box and set any relevant compile options as described in Compiling a Pattern  
·Type the text you want to search for your pattern in the Text To Grep Edit Box  
·Set any appropriate Search Options  
·Press the Grep Button  
 
grep