From 6c6faff416896a41701aa3e24e5b5a584bd5cb44 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sat, 13 Jul 2019 09:18:51 -0500 Subject: [PATCH] Fix regular expression check for "OK". The regex had a bad format: not sure how it could have worked for anyone. --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index fc0e2301..9314ae3f 100644 --- a/data.json +++ b/data.json @@ -725,7 +725,7 @@ "errorType": "message", "errorMsg": "This page does not exist on OK", "rank": 1, - "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-.]*$", + "regexCheck": "^[a-zA-Z][a-zA-Z0-9_.-]*$", "url": "https://ok.ru/{}", "urlMain": "https://ok.ru/", "username_claimed": "ok",