Issue #263 has been reported by Bruno Bonfils.
----------------------------------------
Feature #263: [PATCH] Modify value by regex
http://tools.lsc-project.org/issues/263
Author: Bruno Bonfils
Status: New
Priority: Normal
Assigned to:
Category: Core
Target version:
I create a small class to provide a way to modify values using regex.
Two methods are available:
public static String replaceByPattern(String value, String stringPattern,
String replaceString) {
public static String replaceFromMap(String value, String mapFilename) {
The second one read regex and replaced strings from a CSV file (using opencsv
jar).
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://tools.lsc-project.org/my/account
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org
lsc-dev mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-dev