Class BootstrapStringUtils
java.lang.Object
com.atlassian.bamboo.agent.bootstrap.BootstrapStringUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
encodeForUrl
(String string) Escapes strings with URL percent encoding.static String
substringAfterLast
(String str, String separator) static String
substringBeforeLast
(String str, String separator)
-
Constructor Details
-
BootstrapStringUtils
public BootstrapStringUtils()
-
-
Method Details
-
substringAfterLast
-
substringBeforeLast
-
encodeForUrl
Escapes strings with URL percent encoding.
-