Class FUN_regex
- java.lang.Object
 - 
- org.apache.jena.sparql.function.FunctionBase
 - 
- org.apache.jena.sparql.function.FunctionBase3
 - 
- fr.mines_stetienne.ci.sparql_generate.function.library.FUN_regex
 
 
 
 
- 
- All Implemented Interfaces:
 Function
public final class FUN_regex extends FunctionBase3
Binding function fun:regex returns the input subsequence captured by the ith group during a regex match operation.- Param 1 is the input string;
 - Param 2 is a regular expression;
 - Param 3 is the number of the group to capture;
 - Result is a xsd:string.
 
- Author:
 - Noorani Bakerally 
, Maxime Lefrançois  
 
- 
- 
Constructor Summary
Constructors Constructor Description FUN_regex() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValueexec(NodeValue stringValue, NodeValue regex, NodeValue locationV)- 
Methods inherited from class org.apache.jena.sparql.function.FunctionBase3
checkBuild, exec 
- 
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec, exec 
 - 
 
 - 
 
- 
- 
Field Detail
- 
URI
public static final String URI
The SPARQL function URI.- See Also:
 - Constant Field Values
 
 
 - 
 
 -