PowerShell: Regular Expression Syntax
Reference
- https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_regular_expressions
- https://learn.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-language-quick-reference
- https://learn.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-options
PowerShell, string and regular expression
- PowerShell: String
- PowerShell: Single Quoted String
- PowerShell: Double Quoted String
- PowerShell: Here-String
- PowerShell: Escape Characters
- PowerShell: String Length
- PowerShell: Join String
- PowerShell: Split String
- PowerShell: Format String
- PowerShell: String Methods
- PowerShell: String Wildcards
- PowerShell: Regular Expression Operators
- PowerShell: Regex Result ($Matches)
- PowerShell: Regular Expression Syntax