Showing results for November 2015 - Page 12 of 15 - Scripting Blog [archived]

Nov 8, 2015
0
0

Improve Your Writing for Blogs and Technical Articles

Doctor Scripto
Doctor Scripto

Summary: The Scripting Editor, Dia Reeves, offers tips to help you improve your writing.Microsoft Scripting Guy, Ed Wilson, is here. Today, I'm enlisting my editor, Dia Reeves, to help you write clear, concise, and consistent blog posts and feature documentation. Take it away Dia...Hello to all of you who have lost your content team (or never had o...

Scripting Guy!Windows PowerShellguest blogger
Nov 7, 2015
0
0

PowerTip: Replace Non-Alphabetic Characters in String

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to replace non-alphabetic characters in a string. How can I use Windows PowerShell to replace a string that contains non-alphabetic characters            (such as commas and periods)? Use the –Replace operator, and specify a regex pattern '[^a-zA-Z]', for e...

Scripting Guy!Windows PowerShellPowerTip
Nov 7, 2015
0
0

PowerTip: Replace Non-Alphabetic Characters in String

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to replace non-alphabetic characters in a string.  How can I use Windows PowerShell to replace a string that contains non-alphabetic characters            (such as commas and periods)?  Use the –Replace operator, and specify a regex pattern '[^a-zA-Z]...

Nov 7, 2015
0
0

Weekend Scripter: Exploring Palindrome Sentences with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about identifying palindromes that are more than a single word. Microsoft Scripting Guy, Ed Wilson, is here. One of the coolest things about palindromes is that they can be formed with sentences. It is also what makes them the most subtle. For example, whereas it is pretty obvious that mom, dad, a...

Windows PowerShellguest bloggerSean Kearney
Nov 7, 2015
0
0

Weekend Scripter: Exploring Palindrome Sentences with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about identifying palindromes that are more than a single word.Microsoft Scripting Guy, Ed Wilson, is here. One of the coolest things about palindromes is that they can be formed with sentences. It is also what makes them the most subtle. For example, whereas it is pretty obvious that mom, dad, and...

Scripting Guy!Windows PowerShellWeekend Scripter