| java.lang.Object org.sakaiproject.portal.charon.PortalStringUtil
PortalStringUtil | public class PortalStringUtil (Code) | | A Utitlity class to do string replacement prior to JDK 1.5
author: ieb since: Sakai 2.4 version: $Rev: 29143 $ |
Method Summary | |
public static String | replaceFirst(String path, String marker, String replacement) replaces the first occurance of a string without reverting to regex or
creating arrays/vectors etc could also have used StringUtil for this
perpose, but wanted something simpler. |
replaceFirst | public static String replaceFirst(String path, String marker, String replacement)(Code) | | replaces the first occurance of a string without reverting to regex or
creating arrays/vectors etc could also have used StringUtil for this
perpose, but wanted something simpler.
Parameters: path - Parameters: marker - Parameters: replacement - |
|
|