Difference between revisions of "Power Shell"

Jump to navigation Jump to search
(→‎Strings: Added "Match (basic))
m (→‎Strings: Minor update)
Line 96: Line 96:


=== Strings ===
=== Strings ===
Basic manipulation tasks can be carried out by using the string object's methods, eg <code> "string".PadRight(10) </code>, see <code> Get-Member -InputObject "Text" </code> for full details.
'''Concatenation +'''
'''Concatenation +'''
<source lang="powershell">
<source lang="powershell">