Class CheckRegexSyntaxFunction

  • All Implemented Interfaces:
    org.apache.jena.sparql.function.Function

    public class CheckRegexSyntaxFunction
    extends AbstractFunction1
    • Constructor Detail

      • CheckRegexSyntaxFunction

        public CheckRegexSyntaxFunction()
    • Method Detail

      • exec

        protected org.apache.jena.sparql.expr.NodeValue exec​(org.apache.jena.graph.Node regexNode,
                                                             org.apache.jena.sparql.function.FunctionEnv env)
        Specified by:
        exec in class AbstractFunction1