I'm looking for an efficient way to get a regex to greedily match any strings that are a sequential substrings of my pattern. For example, given the pattern "qwerty", I'd like it to match:I'm looking for an efficient way to get a regex
I'm looking for an efficient way to get a regex to greedily match any strings that are a sequential substrings of my pattern. For example, given the pattern "qwerty", I'd like it to match:I'm looking for an efficient way to get a regex