INRIA & FluxMedia

fr.fluxmedia.transmorpher.regexp
Class RegularExpression

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.regexp.RegularExpression

public class RegularExpression
extends Object


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

Constructor Detail

RegularExpression

public RegularExpression()
Method Detail

substitute

public static String substitute(String text,
                                String source,
                                String target)
                         throws gnu.regexp.REException

substituteAll

public static String substituteAll(String text,
                                   String source,
                                   String target)
                            throws gnu.regexp.REException

main

public static void main(String[] args)
                 throws gnu.regexp.REException

INRIA & FluxMedia

..no bottom yet...