Categories
Most Recent Post Each Category
ASP.NET
(1)
LINQ
(1)
PowerShell
(2)
Regular Expressions
(1)
Windows 10 Tips & Tricks
(2)
code.justingengo.com
Regular Expressions
Use a Regular Expression to Remove all Punctuation from a String
09/26/2019
This regular expression will remove all characters other than A-Z, 0-9, and spaces from a string.