Regular Expression For Example You need to add in described screen shot in Textbox
Date (MM/YYYY) Validation---- "(0[123456789]|10|11|12)([/])([1-2][0-9][0-9][0-9])"
Date (DD/MM/YYYY) Validation------"(?:0[1-9]|[12][0-9]|3[01])\/(?:0[1-9]|1[0-2])\/(?:19|20\d{2})"
Credit Card Validation------"(?:4[0-9]{12}(?:[0-9]{3})?|[25][1-7][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})"
Phone Validation--------"\(?([0-9]{3})\)?([ .-]?)([0-9]{3})\2([0-9]{4})"
Credit Card Acceptabe Some Example510510510510510040128888888818814222222222222Phone Acceptable Some Example(123) 456 7899(123).456.7899(123)-456-7899123-456-7899123 456 78991234567899
This is the updated version for OS11 support