We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdc7db commit 124a614Copy full SHA for 124a614
public/consolidated/regex.json
@@ -29,7 +29,7 @@
29
"description": "Matches duplicated word in a text.",
30
"author": "majvax",
31
"tags": [
32
- "trim"
+ "duplication"
33
],
34
"contributors": [],
35
"code": "\\b(\\w+)\\s+\\1\\b\n\n\n-> Usage:\nI need to finish this task ✗\nI need to to finish this task ✓\n"
0 commit comments