Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.dt.utils
Class StringUtils

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.utils.StringUtils

public final class StringUtils
extends java.lang.Object

Utility class for manipulating strings. Some methods may proxy to the correct * APIs as they are discovered.

Author:
Michael Luetchford (michael.luetchford@oracle.com)

Method Summary
static java.lang.String replaceToken(java.lang.String text, java.lang.String token, java.lang.String replacementText)
          ReplaceToken replaces in a given string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

replaceToken

public static java.lang.String replaceToken(java.lang.String text,
                                            java.lang.String token,
                                            java.lang.String replacementText)
ReplaceToken replaces in a given string.

Parameters:
text - The message that needs token replacement.
token - The token to replace.
replacementText - The replacement text.
Returns:
String The message with tokens replaced.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.