Package com.synopsys.integration.util
Class IntegrationEscapeUtil
- java.lang.Object
-
- com.synopsys.integration.util.IntegrationEscapeUtil
-
public class IntegrationEscapeUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IntegrationEscapeUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringreplaceWithUnderscore(java.lang.String s)Replaces any/all non-alphanumeric characters with underscores.java.util.List<java.lang.String>replaceWithUnderscore(java.util.List<java.lang.String> pieces)Replaces any/all non-alphanumeric characters with underscores.
-
-
-
Method Detail
-
replaceWithUnderscore
public java.util.List<java.lang.String> replaceWithUnderscore(java.util.List<java.lang.String> pieces)
Replaces any/all non-alphanumeric characters with underscores.
-
replaceWithUnderscore
public java.lang.String replaceWithUnderscore(java.lang.String s)
Replaces any/all non-alphanumeric characters with underscores.
-
-