diff options
Diffstat (limited to '')
| -rw-r--r-- | src/functionregexp.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/functionregexp.cpp b/src/functionregexp.cpp new file mode 100644 index 0000000..fd632ae --- /dev/null +++ b/src/functionregexp.cpp | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | #include "functionregexp.h" | ||
| 2 | #include "plugger.h" | ||
| 3 | |||
| 4 | PluginInterface2(regexp, FunctionRegexp, Function, "Mike Buland", 0, 1 ); | ||
| 5 | |||
| 6 | FunctionRegexp::FunctionRegexp() | ||
| 7 | { | ||
| 8 | } | ||
| 9 | |||
| 10 | FunctionRegexp::~FunctionRegexp() | ||
| 11 | { | ||
| 12 | } | ||
