// Token: 0x06000EEC RID: 3820 RVA: 0x00046068 File Offset: 0x00044268 private static bool smethod_0(object object_2, object object_3) { if (object_2.Type == JTokenType.String) { if (object_3.Type == JTokenType.String) { string text = (string)object_3.Value; int num = text.LastIndexOf('/'); string pattern = text.Substring(1, num - 1); string string_ = text.Substring(num + 1); return(Regex.IsMatch((string)object_2.Value, pattern, Class80.smethod_7(string_))); } } return(false); }