-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpostLinkRegEx.json
More file actions
41 lines (41 loc) · 1.13 KB
/
postLinkRegEx.json
File metadata and controls
41 lines (41 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"expression": "/^https:\/\/forum.duolingo.com\/comment\/[0-9]{8}/g",
"tests": [
{
"text": "https://forum.duolingo.com/comment/28117660",
"match": "FULL"
},
{
"text": "https://forum.duolingo.com/comment/41172877",
"match": "FULL"
},
{
"text": "https://forum.duolingo.com/comment/41172877abacaba",
"match": "ANY"
},
{
"text": "https://www.duolingo.com/learn",
"match": "NONE"
},
{
"text": "https://www.duolingo.com/learn?https://forum.duolingo.com/comment/28117660",
"match": "NONE"
},
{
"text": "https://forum.duolingo.com/",
"match": "NONE"
},
{
"text": "https://forum.duolingo.com/comment/abacaba",
"match": "NONE"
},
{
"text": "https://www.duolingo.com/learn",
"match": "NONE"
},
{
"text": "https://forum.duolingo.com/comment/41172",
"match": "NONE"
}
]
}