-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.WG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility modulecmdlets in the Microsoft.PowerShell.Utility module
Description
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?
mklement0
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.WG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility modulecmdlets in the Microsoft.PowerShell.Utility module