User Profile

Collapse

Profile Sidebar

Collapse
softimasrinivas
softimasrinivas
Last Activity: Sep 18 '07, 02:54 PM
Joined: Aug 31 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • softimasrinivas
    started a topic Regarding RegularExpression
    in .NET

    Regarding RegularExpression

    Regular Expression: ((\d{1,2},)?(\d {3},)*(\d{1,3}) )|(\d+)

    I have a textbox that should allow 123,123,123,123 ,123,1 format.TextBox MaxLength is 21.The Problem is it should accept when you give 1(or)12(or)123( or)123,1(or)123 ,12(or)123,123( or)123,123,1(or )123,123,12(or) 123,123,123 same format for the rest.

    It is Working fine when u put a RegularExpressi onValidator Control in the Form.But ,our requirement is to get the Expression...
    See more | Go to post

  • softimasrinivas
    replied to Regarding RegularExpression
    in .NET
    RegularExpressi on

    I have a textbox that should allow 123,123 format..The Problem is it should accept when you give 1(or)12(or)123( or)123,1(or)123 ,12(or)123,123 format.I Need a Regular Expression for this format. If you remove comma(,)between the format it should not accept.
    See more | Go to post

    Leave a comment:


  • softimasrinivas
    started a topic Regarding RegularExpression
    in .NET

    Regarding RegularExpression

    I have a textbox that should allow 123,123 format..The Problem is it should accept when you give 1(or)12(or)123( or)123,1(or)123 ,12(or)123,123 format.I Need a Regular Expression for this format. If you remove comma(,)between the format it should not accept.
    See more | Go to post
No activity results to display
Show More
Working...