mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-27 17:42:33 -06:00
16 lines
848 B
Java
16 lines
848 B
Java
package kotlin.text;
|
|
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
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, 9, 0}, xi = ConstraintLayout.LayoutParams.Table.LAYOUT_EDITOR_ABSOLUTEX, xs = "kotlin/text/StringsKt")
|
|
/* loaded from: classes3.dex */
|
|
class StringsKt__RegexExtensionsJVMKt extends StringsKt__IndentKt {
|
|
private static final Regex toRegex(Pattern pattern) {
|
|
Intrinsics.checkNotNullParameter(pattern, "<this>");
|
|
return new Regex(pattern);
|
|
}
|
|
}
|