-
- All Implemented Interfaces:
public final class StringKt
-
-
Method Summary
Modifier and Type Method Description final static Dateiso8601ToDate(String $self)final static StringaddPrefix(String $self, CharSequence prefix)If this string starts with the given prefix, returns this string. -
-
Method Detail
-
iso8601ToDate
final static Date iso8601ToDate(String $self)
-
addPrefix
final static String addPrefix(String $self, CharSequence prefix)
If this string starts with the given prefix, returns this string. Otherwise, returns a copy of this string after adding the prefix.
-
-
-
-