Hi..
I am trying to trying to create the following patterns:
1. To accept "2 digits" followed by "-" then "5 digits" (ex: 04-35415)
2. To accept at least "15 character"s followed by "comma" then followed by "maximum 34 characters".
3. To accept "integers only" and "not more 3 digits" (ex: 555).
Thank you...


