Home » ASP.NET » Regular Expression for adding RequiredFieldValidators Regular Expression for adding RequiredFieldValidators Here is the quick way of adding RequiredFieldValidator for a big form. In aspx file do Quick Replace with Reqularexpressions turned on Find what: ID=\"{txt{[^\"]*}}" Replace with: ID=\1 runat="server"> Do "Replace" for fields that need validation. Posted on Monday, March 10, 2008 by Viktar Karpach | Comments (1) | Add Comment Comments Re: Regular Expression for adding RequiredFieldValidators Finding this post has answered my pryares Posted on 11/27/2012 12:20:57 AM by Keltoume # New Comment Your Name: Email (for internal use only): Comment: Code above: