74757677787980
} @Test public void regexpSubstr() throws Exception { List<Expression> args = Lists.newArrayList(getInvertedLiteral("blah", PDataType.CHAR), getLiteral("l.h"), getLiteral(2)); evaluateAndAssertResult(new RegexpSubstrFunction(args), "lah"); }