INRIA & FluxMedia

fr.fluxmedia.transmorpher.stdlib
Class RegularExpression

java.lang.Object
  extended by fr.fluxmedia.transmorpher.stdlib.RegularExpression

public class RegularExpression
extends java.lang.Object


Constructor Summary
RegularExpression()
           
 
Method Summary
static java.lang.String substitute(java.lang.String text, java.lang.String source, java.lang.String target)
           
static java.lang.String substituteAll(java.lang.String text, java.lang.String source, java.lang.String target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegularExpression

public RegularExpression()
Method Detail

substitute

public static java.lang.String substitute(java.lang.String text,
                                          java.lang.String source,
                                          java.lang.String target)
                                   throws REException
Throws:
REException

substituteAll

public static java.lang.String substituteAll(java.lang.String text,
                                             java.lang.String source,
                                             java.lang.String target)
                                      throws REException
Throws:
REException

INRIA & FluxMedia

..no bottom yet...