aboutsummaryrefslogtreecommitdiff
path: root/src/functionregexp.cpp
blob: 462e93caad9b379919649ac71296d15b0d54f52b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "functionregexp.h"
#include "plugger.h"

PluginInterface2(regexp, FunctionRegexp, Function, "Mike Buland", 0, 1 );

FunctionRegexp::FunctionRegexp()
{
}

FunctionRegexp::~FunctionRegexp()
{
}

void FunctionRegexp::execute( const StringList &lInput, StringList &lOutput )
{
}