github.com/CarsonSlovoka/replace@v1.2.0/replace/test/pattern/config.json (about)

     1  {
     2    "namePattern": ["demo-[0-9]*.txt"],
     3    "regexp": "demo",
     4    "substitution": "Example",
     5    "substitution_note": "$1 表示第一個匹配到的群組名稱",
     6    "dirs": [
     7      "."
     8    ],
     9    "maxLoading": 500,
    10    "verbose": false
    11  }