-
public final class StringExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static BooleanisNotNullOrEmpty(CharSequence $self)final static <C extends CharSequence, R, R extends Any> RifNullOrEmpty(C $self, Function0<R> defaultValue)final static StringreplaceAll(CharSequence $self, String oldValue, String newValue)-
-
Method Detail
-
isNotNullOrEmpty
final static Boolean isNotNullOrEmpty(CharSequence $self)
-
ifNullOrEmpty
@SinceKotlin(version = 1.3) final static <C extends CharSequence, R, R extends Any> R ifNullOrEmpty(C $self, Function0<R> defaultValue)
-
replaceAll
final static String replaceAll(CharSequence $self, String oldValue, String newValue)
-
-
-
-