26 lines
501 B
Java
26 lines
501 B
Java
|
package o;
|
||
|
|
||
|
import android.text.TextUtils;
|
||
|
import java.util.regex.Pattern;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class ZFe {
|
||
|
static {
|
||
|
Pattern.compile("[0-9]*[a-z|A-Z]*[一-龥]*");
|
||
|
}
|
||
|
|
||
|
public static void a(String str) {
|
||
|
if (TextUtils.isEmpty(str)) {
|
||
|
return;
|
||
|
}
|
||
|
TextUtils.isEmpty(str);
|
||
|
}
|
||
|
|
||
|
public static void d(String str) {
|
||
|
if (TextUtils.isEmpty(str)) {
|
||
|
return;
|
||
|
}
|
||
|
TextUtils.isEmpty(str);
|
||
|
}
|
||
|
}
|