PowerShell a method for defining multiple-line string variables in the _powershell

Source: Internet
Author: User

This article describes how to define a string variable that spans multiple lines in PowerShell, using @ "Start, use @" when defining multi-line strings.

Is there a situation where we want to create a variable to hold a string that spans a line. is not how to input very headache ah? Other programming languages There's no way I don't know, but in PowerShell, there's an easy way to use the @ character.

Examples are as follows:

Copy Code code as follows:

$str = @ "
Line 1th of the string
Line 2nd of the string
......
Nth Line of String
"@

Note that after "@", do not appear with any other characters, or you will receive the following error:
Copy Code code as follows:

PS c:\users\zhanghong> $s =@ "1
Unrecognized tag exists in source text.
Location: 1 Characters: 4

OK, about PowerShell to create a multiline string, small series on the introduction so, hope to help you.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.