PowerShell: String
What is String
String is a sequence of Unicode characters .
There are 3 syntax to write string literals.
APOSTROPHE Quoted String (verbatim)
QUOTATION MARK Quoted String
Here-String (aka here-doc)
PowerShell, string and regular expression
- PowerShell: String
- PowerShell: APOSTROPHE Quoted String (verbatim)
- PowerShell: QUOTATION MARK Quoted String (Expandable)
- PowerShell: Here-String (block quote for big text)
- PowerShell: String Escape Sequences
- 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