You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

New Feature

New feature added in Joget DX :

  • Toggle option to perform Case-sensitive Matching for Regular Expression

Introduction

Default Validator takes care of most form input element validation use case needs.

Default Validator Properties

NameDescription
MandatoryWhen checked, field value must be filled.
Type
  • Alphabet
  • Alphanumeric
  • Numeric
  • Email
  • Custom Regular Expression
Custom Regular Expression

Required when Custom Regular Expression is selected in the Type attribute above.

Info

Validation performed is case insensitive.

Sample Code
First letter being a-z or A-Z
Subequent letters can be anything. Must contains at least 1
[a-zA-Z]{1}.+
Regular Expression Case-sensitive Matching?This field will be displayed when Custom Regular Expression is selected in the Type attribute above.
Custom Error Message Shown When Validation FailMessage to show when validation fails.




  • No labels