ROOT  6.06/09
Reference Guide
Functions
TRegexp.cxx File Reference
#include "TRegexp.h"
#include "TString.h"
#include "TError.h"
#include "ThreadLocalStorage.h"
+ Include dependency graph for TRegexp.cxx:

Go to the source code of this file.

Functions

 ClassImp (TRegexp) TRegexp
 Create a regular expression from the input string. More...
 

Function Documentation

ClassImp ( TRegexp  )

Create a regular expression from the input string.

If wildcard is true then the input string will first be interpreted as a wildcard expression by MakeWildcard(), and the result then interpreted as a regular expression.

Definition at line 42 of file TRegexp.cxx.