Issue #263 has been updated by Raphaël Ouazana.

Status changed from Assigned to Closed
% Done changed from 0 to 100


----------------------------------------
Feature #263: [PATCH] Modify value by regex
http://tools.lsc-project.org/issues/263

Author: Bruno Bonfils
Status: Closed
Priority: Normal
Assigned to: Sébastien Bahloul
Category: Core
Target version: 2.1


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

Reply via email to