We could enhance Select-String -SimpleMatch with Ordinal and OrdinalIgnoreCase search. It may speed up search in some scenarios up to 10x.
Also currently we can not switch to another culture if we use -SimpleMatch.
Note that without -SimpleMatch we use Regex and this new parameter(s) doesn't make sense.
Should we case-insensitive and ordinal by default? It makes sense for searching in logs?
We could enhance Select-String -SimpleMatch with Ordinal and OrdinalIgnoreCase search. It may speed up search in some scenarios up to 10x.
Also currently we can not switch to another culture if we use
-SimpleMatch.Note that without
-SimpleMatchwe use Regex and this new parameter(s) doesn't make sense.Should we case-insensitive and ordinal by default? It makes sense for searching in logs?