Class StringKt
-
- All Implemented Interfaces:
public final class StringKt
-
-
Method Summary
Modifier and Type Method Description final static BooleancontainsLinks(String $self)Checks if a message contains a link using a regular expression. final static StringaddSchemeToUrlIfNeeded(String $self)Small extension function designed to add a scheme to URLs that do not have one so that they can be opened using android.content.Intent.ACTION_VIEW -
-
Method Detail
-
containsLinks
final static Boolean containsLinks(String $self)
Checks if a message contains a link using a regular expression.
-
addSchemeToUrlIfNeeded
final static String addSchemeToUrlIfNeeded(String $self)
Small extension function designed to add a scheme to URLs that do not have one so that they can be opened using android.content.Intent.ACTION_VIEW
-
-
-
-