I have a expression, i need to validate. I wanna do it using regular expression. Please help.
- AAsswwww-11233 (First 2 char are static - then any alphabets only - then hyphen - then only digits.
I have a expression, i need to validate. I wanna do it using regular expression. Please help.
AAsswwww-11233  (First 2 char are static - then any alphabets only - then hyphen - then only digits. 
    
    @"^AA[A-Za-z]+[-]\d+$"
Learn How to Use and Get The Most out of Regular Expressions
