SillyTavern-Presets-Sphiratrioth / Regex /find_last_special_character.json
sphiratrioth666's picture
Upload 5 files
54ca7e5 verified
raw
history blame contribute delete
397 Bytes
{
"id": "cc1e677c-c794-4bf4-82c7-7f65a4cfe90e",
"scriptName": "Find last special character",
"findRegex": ".*(\\*|```|\")(.*)$",
"replaceString": "$0$1",
"trimStrings": [],
"placement": [
2
],
"disabled": false,
"markdownOnly": false,
"promptOnly": false,
"runOnEdit": true,
"substituteRegex": 0,
"minDepth": null,
"maxDepth": null
}