rtyley / bfg-repo-cleaner

Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
https://rtyley.github.io/bfg-repo-cleaner/
GNU General Public License v3.0
11k stars 547 forks source link

How to do insensitive matching for replace text? #294

Closed BarbzYHOOL closed 5 years ago

BarbzYHOOL commented 5 years ago

Hello!

How can I remove that word from my repository:

test But also:

Test
teST
TEST

So insensitive matching

BarbzYHOOL commented 5 years ago

Ok found how:

regex:(?i)(test)