Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayaka-4987 committed Aug 8, 2024
1 parent 7aa585a commit 175eb24
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
{
"description": "A regular expression that matches harmful words.",
"text": "b[i1][a@][s\\$]"
"text": "b[i1][a@][s\\$]",
"isRegex": true
}
]
}
Expand All @@ -24,12 +25,14 @@
{
"blocklistItemId": "9511969e-f1e3-4604-9127-05ee16c509ec",
"description": "Hate word",
"text": "hate"
"text": "hate",
"isRegex": false
},
{
"blocklistItemId": "d9b2d63d-a233-4123-847a-7d1b5b3b8a8e",
"description": "A regular expression that matches harmful words.",
"text": "b[i1][a@][s\\$]"
"text": "b[i1][a@][s\\$]",
"isRegex": true
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"body": {
"blocklistItemId": "9511969e-f1e3-4604-9127-05ee16c509ec",
"description": "Hate word",
"text": "hate"
"text": "hate",
"isRegex": false
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
{
"blocklistItemId": "9511969e-f1e3-4604-9127-05ee16c509ec",
"description": "Hate word",
"text": "hate"
"text": "hate",
"isRegex": false
},
{
"blocklistItemId": "d9b2d63d-a233-4123-847a-7d1b5b3b8a8e",
"description": "A regular expression that matches harmful words.",
"text": "b[i1][a@][s\\$]"
"text": "b[i1][a@][s\\$]",
"isRegex": true
}
]
}
Expand Down

0 comments on commit 175eb24

Please sign in to comment.