OutSystems Forge 日本語データベース

Validate Regular Expression Dynamically

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-01-19 1.0.0 Sallu Ansari All All Components, Widgets, Themes
このコンポーネントは、jqueryを使用して正規表現を動的に検証するために使用されます
正規表現の例:テキストボックスで説明したスクリーンショットを追加する必要があります。 Date (MM/YYYY) 検証---- "(0[123456789]|10|11|12)([/])([1-2][0-9][0-9][0-9])" Date (DD/MM/YYYY) 検証------"(?:0[1-9]|[12][0-9]|3[01])\/(?:0[1-9]|1[0-2])\/(?:19|20\d{2})" クレジットカード検証------"(?: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})" 電話番号検証--------"\(?([0-9]{3})\)?([ .-]?)([0-9]{3})\2([0-9]{4})" 受入可能なクレジットカード例 5105105105105100 4012888888881881 4222222222222 受入可能な電話番号例 (123) 456 7899 (123).456.7899 (123)-456-7899 123-456-7899 123 456 7899 1234567899

[Overview]
This component is used to dynamically validate any regular expression using jquery
[Detail]
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
戻る