Skip to content

Commit 9d6c47f

Browse files
authored
Merge pull request sherlock-project#2811 from danielalanbates/fix/chess-com-case-sensitivity
fix: allow uppercase letters in Chess.com username regex
2 parents 8f8ebf3 + fd3833b commit 9d6c47f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sherlock_project/resources/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
"Chess": {
448448
"errorMsg": "Username is valid",
449449
"errorType": "message",
450-
"regexCheck": "^[a-z1-9]{3,25}$",
450+
"regexCheck": "^[a-zA-Z0-9_]{3,25}$",
451451
"url": "https://www.chess.com/member/{}",
452452
"urlMain": "https://www.chess.com/",
453453
"urlProbe": "https://www.chess.com/callback/user/valid?username={}",

0 commit comments

Comments
 (0)