Difference between revisions of "Power Shell"

Jump to navigation Jump to search
192 bytes added ,  09:34, 26 July 2010
m
→‎Strings: Minor update
(→‎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">

Navigation menu