validate-regular-expression-dynamically
Web icon

Validate Regular Expression Dynamically

Stable version 1.0.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 19 April 2020
 by 
4.7
 (9 ratings)
validate-regular-expression-dynamically

Validate Regular Expression Dynamically

Details
This component is used to dynamically validate any regular expression using jquery
Read more

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 Example
5105105105105100
4012888888881881
4222222222222

Phone Acceptable Some Example
(123) 456 7899
(123).456.7899
(123)-456-7899
123-456-7899
123 456 7899
1234567899

Release notes (1.0.0)

This is the updated version for OS11 support

Reviews (1)
by 
2020-03-12
in version 1.0.0
usefull to me thanks for this
Team
Other assets in this category