[CLOSED] There are examples of textbox with regular expressions?

  1. #1

    [CLOSED] There are examples of textbox with regular expressions?

    have to make a wild textbox that allows only the use of insertion of alphanumeric characters
    Last edited by Daniil; Oct 01, 2010 at 3:34 PM. Reason: [CLOSED]
  2. #2
    <ext:textfield id="txtAlpha" runat="server" note="Alphanumeric" maskRe="^\w+$" />
  3. #3
    That's right.

    Thank you for your help CarWise:)

Similar Threads

  1. Replies: 7
    Last Post: Mar 22, 2012, 1:00 PM
  2. editable grid and custom validation with regular expression
    By n_s_adhikari@rediffmail.com in forum 1.x Help
    Replies: 0
    Last Post: Sep 24, 2009, 5:08 PM
  3. Update grid with Regular ADO.NET
    By sharif in forum 1.x Help
    Replies: 0
    Last Post: Jul 07, 2009, 8:19 AM
  4. Replies: 9
    Last Post: Apr 14, 2009, 4:00 AM
  5. Replies: 1
    Last Post: Dec 25, 2008, 6:32 AM

Posting Permissions