I need to search through the whole Project files where "sub_string" appears twice (might appear on different lines).
I tried
(sub_string){2}
but it seems that it'd work only in case this text appears twice in sequence: "...sub_stringsub_string..."
So how to search for files where substring appears twice and not in sequence?