//Artefact:JavaClass/com/sphenon/basics/expression/RegularExpression
Synopsis
public RegularExpression
extends Object
//Artefact:Constructor/com/sphenon/basics/expression/RegularExpression/RegularExpression
Synopsis
public RegularExpression (String regexp)
//Artefact:Constructor/com/sphenon/basics/expression/RegularExpression/RegularExpression
Synopsis
public RegularExpression (String regexp, String replacement)
//Artefact:Constructor/com/sphenon/basics/expression/RegularExpression/RegularExpression
Synopsis
public RegularExpression (CallContext context, String regexp)
//Artefact:Constructor/com/sphenon/basics/expression/RegularExpression/RegularExpression
Synopsis
public RegularExpression (CallContext context, String regexp, String replacement)
//Artefact:Method/com/sphenon/basics/expression/RegularExpression/optinallyCreate
Synopsis
public static com.sphenon.basics.expression.RegularExpression optinallyCreate (CallContext context, String regexp)
//Artefact:Method/com/sphenon/basics/expression/RegularExpression/getMatcher
Synopsis
public java.util.regex.Matcher getMatcher (CallContext context, String text)
//Artefact:Method/com/sphenon/basics/expression/RegularExpression/getMatcher
Synopsis
public java.util.regex.Matcher getMatcher (CallContext context, CharSequence input)
//Artefact:Method/com/sphenon/basics/expression/RegularExpression/getPattern
Synopsis
public java.util.regex.Pattern getPattern (CallContext context)
//Artefact:Method/com/sphenon/basics/expression/RegularExpression/replaceAll
Synopsis
public java.lang.String replaceAll (CallContext context, String text)
//Artefact:Method/com/sphenon/basics/expression/RegularExpression/replaceFirst
Synopsis
public java.lang.String replaceFirst (CallContext context, String text)
//Artefact:Method/com/sphenon/basics/expression/RegularExpression/replaceAll
Synopsis
public java.lang.String replaceAll (CallContext context, String text, RegularExpression.Replacer replacer)
//Artefact:Method/com/sphenon/basics/expression/RegularExpression/matches
Synopsis
public boolean matches (CallContext context, String text)
//Artefact:Method/com/sphenon/basics/expression/RegularExpression/find
Synopsis
public boolean find (CallContext context, String text)
//Artefact:Method/com/sphenon/basics/expression/RegularExpression/findAll
Synopsis
public java.util.List findAll (CallContext context, String text)
//Artefact:Method/com/sphenon/basics/expression/RegularExpression/tryGetMatches
Synopsis
public java.lang.String[] tryGetMatches (CallContext context, String text)
//Artefact:Method/com/sphenon/basics/expression/RegularExpression/tryGetMatches
Synopsis
public java.lang.String[] tryGetMatches (CallContext context, String text, java.util.Map named_groups, java.lang.String[] names)
//Artefact:Method/com/sphenon/basics/expression/RegularExpression/tryGetMatches
Synopsis
public java.lang.String[] tryGetMatches (CallContext context, Matcher matcher)
//Artefact:Method/com/sphenon/basics/expression/RegularExpression/getMatches
Synopsis
public java.lang.String[] getMatches (CallContext context, String text, String help_text)
//Artefact:Method/com/sphenon/basics/expression/RegularExpression/toString
Synopsis
public java.lang.String toString ()

