sphiratrioth666 commited on
Commit
729ba94
·
verified ·
1 Parent(s): 1590b5f

Delete Regex/trim_incomplete.json

Browse files
Files changed (1) hide show
  1. Regex/trim_incomplete.json +0 -18
Regex/trim_incomplete.json DELETED
@@ -1,18 +0,0 @@
1
- {
2
- "id": "6213bc0d-4604-4808-852a-53aaa1cccca0",
3
- "scriptName": "Trim Incomplete",
4
- "findRegex": "(.*?)([.!?]|```)(?!.*([.!?]|```))[^.!?]*$",
5
- "replaceString": "$1$2",
6
- "trimStrings": [],
7
- "placement": [
8
- 1,
9
- 2
10
- ],
11
- "disabled": false,
12
- "markdownOnly": false,
13
- "promptOnly": false,
14
- "runOnEdit": true,
15
- "substituteRegex": 0,
16
- "minDepth": null,
17
- "maxDepth": null
18
- }