Please any one help me achieve this, I need to implement validation for Amount Text field. Here's a regex need to allow allows 1-6 digits before and 1-2 digits after the dot. I had already try with these ways, but I didn't get the solution.
1) http://www.mpatric.com/2012-07-13-fomatting-ios-text-input-on-the-fly
2) regular expression in iOS