|
|
Browse by Tags
All Tags » RegEx
-
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 -GroupBy table –AutoSize
As having a quick regex reference around this one is ...
-
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 regular expressions with PowerShell, for following the exercises in Part 2 of the series, we ...
-
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 it, FC, you have a file (or maybe a bunch of files) that include this text, where ...
-
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 of doing some advanced File renaming in PowerShell using ...
|
|
|