github.com/CarsonSlovoka/replace@v1.2.0/replace/test/multiline/config.json (about) 1 { 2 "namePattern": ["hello.txt"], 3 "regexp": "(?m)^(Hello)", 4 "substitution": "$1 World", 5 "substitution_note": "$1 表示第一個匹配到的群組名稱", 6 "dirs": [ 7 "." 8 ], 9 "maxLoading": 500, 10 "verbose": false 11 }