in reply to "Inverse" Pattern Matching
How long are the pattern chunks, and could you scan the string piece by piece?
For example, if you simplify your operation into searching for '123456' in a loop, then you could do a reverse regex and search for the string in the pattern (while changing 'x' to '..?')
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "Inverse" Pattern Matching
by hdb (Monsignor) on Jul 04, 2013 at 20:59 UTC |