useing System.Text.RegularExpressions

JuggaloBrotha

VB.NET Forum Moderator
Staff member
Joined
Jun 3, 2004
Messages
4,530
Location
Lansing, MI; USA
Programming Experience
10+
i've been told that the System.Text.RegularExpressions is where you can do a comparison of a string against a format. does anyone know how to actually do the compairison?

what i want to do is make a user control that'll validate what's in the textbox, it'll work very similar to a masked edit box (but i dont want a mask) what i want it to be is like a web validator control built into a windows textbox. i've got it doing everything except comaparing the string against an "Expression"
 
thanx TPM i look foreward to a nice read :) i'll post the user control in here when i get done (with source code) for those interested in it
 
Back
Top