Class StringUtilsKt
-
- All Implemented Interfaces:
public final class StringUtilsKt
-
-
Method Summary
Modifier and Type Method Description final static Boolean
startsWithIgnoreCase(String $self, String prefix)
final static String
toHumanReadable(String $self)
final static String
toZeroWhenEmpty(String $self)
-
-
Method Detail
-
startsWithIgnoreCase
final static Boolean startsWithIgnoreCase(String $self, String prefix)
-
toHumanReadable
final static String toHumanReadable(String $self)
-
toZeroWhenEmpty
final static String toZeroWhenEmpty(String $self)
-
-
-
-