ADD week 5
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package kotlin.text;
|
||||
|
||||
import java.util.regex.Pattern;
|
||||
import kotlin.Metadata;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* compiled from: RegexExtensionsJVM.kt */
|
||||
@Metadata(d1 = {"\u0000\f\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\u001a\r\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\u0087\b¨\u0006\u0003"}, d2 = {"toRegex", "Lkotlin/text/Regex;", "Ljava/util/regex/Pattern;", "kotlin-stdlib"}, k = 5, mv = {1, 8, 0}, xi = 49, xs = "kotlin/text/StringsKt")
|
||||
/* loaded from: classes.dex */
|
||||
class StringsKt__RegexExtensionsJVMKt extends StringsKt__IndentKt {
|
||||
private static final Regex toRegex(Pattern pattern) {
|
||||
Intrinsics.checkNotNullParameter(pattern, "<this>");
|
||||
return new Regex(pattern);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user