github.com/CarsonSlovoka/replace@v1.2.0/replace/test/case_insensitive/config.json (about) 1 { 2 "namePattern": ["*.txt"], 3 "regexp": "(?i)[aeiOu]", 4 "substitution": "?", 5 "dirs": [ 6 "." 7 ], 8 "maxLoading": 500, 9 "verbose": true 10 }