As the titles says, im looking for a regex expression for .net validation controls that does not allow square brackets. Basically I have an input field where I don’t want to allow [ and ]. Anything else is fine.
As the titles says, im looking for a regex expression for .net validation controls
Share
Try this – note use of
@to avoid escaping the slashes: