Regular Expressions in VB.NET
by Brandon on Nov 9th in VB.NET
The usage of regular expressions can be a powerful thing. With it you can prevent invalid input into your applications and ultimately prevent system crashes or prevent security threats. In VB.NET, it is a fairly simple process which I will go over right now.
The first step is to add the regular expression namespace to your [...]