Compile
struct regexp *rxprg = rx.Compile(rxString.String());
fRegExp = Compile(pattern);
fRegExp = Compile(pattern.String());
fRegExp = Compile(pattern);
fRegExp = Compile(pattern.String());
regexp* Compile(const char*);
struct regexp *rxprg = rx.Compile(rxString.String());