Showing tag results for regular expressions

Mar 24, 2011
Post comments count0
Post likes count0

Use PowerShell to Search a Group of Files for Phone Numbers

ScriptingGuy1

Summary: Scripting Wife learns how to use Windows PowerShell to easily search a collection of files for phone numbers. Spring has nearly sprung in Charlotte, North Carolina. The weather seems to alternate between absolutely perfect to a little cool with rain. Today, at least so far this morning, it is quite pleasant. I am sitting on the back porch ...

Scripting Guy!Windows PowerShellscripting techniques
Mar 23, 2011
Post comments count0
Post likes count0

Use PowerShell to Look for Phone Numbers in Text

ScriptingGuy1

Summary: The Scripting Wife learns how to use a regular expression pattern to look for phone numbers in text files. Microsoft Scripting Guy, Ed Wilson, here. I am looking over some of the slide decks from the Columbia, South Carolina SQL Saturday #70 event. There were a couple of really good Windows PowerShell sessions during the day (including the...

Scripting Guy!Windows PowerShellscripting techniques
Mar 20, 2011
Post comments count0
Post likes count0

Scripting Wife Uses Regular Expressions to Match a String

ScriptingGuy1

Summary: On the road to the 2011 Scripting Games, the Scripting Wife learns about regular expressions and string matching. Weekend Scripter Microsoft Scripting Guy, Ed Wilson, here. The Scripting Wife and I decided to head to Hilton Head Island (no relation to Paris Hilton; and therefore, no teacup Chihuahuas around) for the weekend. One of nice t...

Scripting Guy!Windows PowerShellscripting techniques
Mar 4, 2011
Post comments count0
Post likes count0

Use PowerShell Regular Expressions to Parse an RSS Feed

ScriptingGuy1

Summary: Learn how to use Windows PowerShell regular expressions to parse an RSS feed. Hey, Scripting Guy! How can I find patterns in text with regular expressions when I am unsure of where line breaks will occur in the text I am reading? —TT Hello TT, Microsoft Scripting Guy, Ed Wilson here. Today Tome Tanasovski is back to finish out Gue...

Scripting Guy!Windows PowerShellscripting techniques
Mar 3, 2011
Post comments count0
Post likes count0

Use PowerShell Regular Expressions to Format Numbers

ScriptingGuy1

Summary: Microsoft MVP, Tome Tanasovski, shows how to use regular expression lookaheads and lookbehinds in Windows PowerShell to format numbers.   Hey, Scripting Guy! How do I use a regular expression to add the appropriate commas to a number? —TT Hello TT, Microsoft Scripting Guy, Ed Wilson, here. Guest Blogger Week continues with To...

Scripting Guy!Windows PowerShellscripting techniques