first version with working archive
This commit is contained in:
@@ -158,4 +158,8 @@ public class Util {
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
public static String dropEmail(String tx) {
|
||||
return tx.replaceAll( "[.\\-\\w]+@[.\\-\\w]+", "[email_removed]");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user