PowerShell: String

By Xah Lee. Date: . Last updated: .

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