Showing results for April 2016 - Page 2 of 3 - Scripting Blog [archived]

Apr 15, 2016
0
0

PowerTip: Use a regular expression pattern to remove nonalphabetic characters

Doctor Scripto
Doctor Scripto

Summary: Learn how to use a regular expression pattern to remove non-alphabetic characters from a string by using Windows PowerShell.  How can I use Windows PowerShell to remove non-alphabetic characters from a string?  To remove nonalphabetic characters from a string, you can use the -Replace operator and substitute an empty string ‘’ for ...

Scripting Guy!Windows PowerShellPowerTip
Apr 15, 2016
0
0

Additional resources for text analysis by using PowerShell

Doctor Scripto
Doctor Scripto

Summary: This is a summary of some of the additional resources for working with text and Windows PowerShell. Good day. Microsoft Scripting Guy, Ed Wilson, is here. So, here's the deal. We are going along and decide to write a simple Windows PowerShell script. Before we know it, the thing has morphed into dozens of lines. And, also before we know ...

Scripting Guy!Windows PowerShellscripting techniques
Apr 14, 2016
0
0

Calculate percentage character frequencies from a text file by using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to calculate the percentage of how often a character appears in a text file. This is the fifth post in a multi-part series of blog posts that deal with how to determine letter frequency in text files. To fully understand this post, you should read the entire series in order. Here are the posts in the ...

Scripting Guy!Windows PowerShellFormatting output
Apr 13, 2016
0
0

Compare the letter frequency of two text files by using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to compare the letter frequency of two different text files. This is the fourth post in a multi-part series of blog posts that deal with how to determine letter frequency in text files. To fully understand this post, you should read the entire series in order. Here are the posts in the series...

Scripting Guy!Windows PowerShellscripting techniques
Apr 12, 2016
0
0

Read a text file and do frequency analysis by using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to read a text file and do a letter-frequency analysis using Windows PowerShell in this article written by the Microsoft Scripting Guy, Ed Wilson. This is the third post in a multi-part series of blog posts that deal with how to determine letter frequency in text files. To fully understand this post, you should read the entire ...

Scripting Guy!Windows PowerShellscripting techniques

Feedback