aboutsummaryrefslogtreecommitdiff
path: root/src/functionregexp.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/functionregexp.cpp12
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
4PluginInterface2(regexp, FunctionRegexp, Function, "Mike Buland", 0, 1 );
5
6FunctionRegexp::FunctionRegexp()
7{
8}
9
10FunctionRegexp::~FunctionRegexp()
11{
12}