fr.fluxmedia.transmorpher.regexp
Class RegularExpression
java.lang.Object
|
+--fr.fluxmedia.transmorpher.regexp.RegularExpression
- public class RegularExpression
- extends Object
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
RegularExpression
public RegularExpression()
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
..no bottom yet...