Showing results for July 2018 - Page 2 of 2 - Scripting Blog [archived]

Jul 5, 2018
Post comments count0
Post likes count0

Regular Expressions (REGEX): Introduction

Kory Thacher
Kory Thacher

Hi all, this week I'll be talking about Regular Expressions. I've got a few posts planned to get you set up and going with some basic Regex. Regex is used for extracting and validating data. Essentially, you can think of Regex as windows wild cards on steroids. Anytime we need to match data with a little more clarity than the *s and ?s that wind...

PowerShellregular expressionskoryt