Add to Technorati Favorites
Welcome to ThePowerShellGuy.com Sign in | Join | Help

Browse by Tags

All Tags » RegEx   (RSS)

Regular Expressions and PowerShell Part 2

A helpful tool on the way in this series is Robby Foust’s RegEx Quick Reference in PoSHcode.org. The function returns an Object, so you can easy format and filter it to your liking. I like this view the most: get-regex | Format-Table Sequence,meaning
Posted by MoW | 3 Comments
Filed under: ,

Regular Expressions and PowerShell Part 1

Shay pointed me to this excellent series about Regular Expressions Regular Expression Webcast Series , While following this series to fresh up my Regex skill’s, I will post about PowerShell Specifics in this series here. There are more ways to work with
Posted by MoW | 3 Comments
Filed under: ,

Hey PowerShell Guy !, How Can I Replace Text That Includes Double Quote Marks and a Tab Character?

Some time ago but a new Hey Scripting Guy ! translation to PowerShell How can I replace text that includes double quote marks and a tab character ? the example given in this article is : Speaking of which, let’s talk scripting for awhile. As we understand
Posted by MoW | 4 Comments
Filed under: , ,

MOW PowerShelled Blogitems Index : October - November 2006

This is the Second entry, of a series of posts indexing the PowerShell Blogitems on my Old Blog /\/\o\/\/ PowerShelled BlogIndex /\/\o\/\/ PowerShelled October - November 2006 PowerShell : Advanced renaming of files [Scriptblock, Regex, Rename-Item] Example
Posted by admin | 2 Comments