This object contains all the RegExps rules for the different data types.

Hierarchy

  • XmFormVrule

Indexable

[vruleKey: string]: RegExp | undefined

Custom data type that may have been set.

Index

Properties

dateDE

dateDE: RegExp

The RegExp for the data type date (DD.MM.YYYY).

email

email: RegExp

The RegExp for the data type email.

integer

integer: RegExp

The RegExp for the data type integer.

ipv4

ipv4: RegExp

The RegExp for the data type IP4.

money

money: RegExp

The RegExp for the data type amount of money.

number

number: RegExp

The RegExp for the data type floating point number.

onlyLetterNumber

onlyLetterNumber: RegExp

The RegExp for the data type letters and numbers.

onlyLetterSp

onlyLetterSp: RegExp

The RegExp for the data type letters, numbers and spaces.

phone

phone: RegExp

The RegExp for the data type phone number.

plzDE

plzDE: RegExp

The RegExp for the data type postal code (Germany).

posinteger

posinteger: RegExp

The RegExp for the data type non-negative integer.

posmoney

posmoney: RegExp

The RegExp for the data type non-negative amount of money.

posmoneyOptionalComma

posmoneyOptionalComma: RegExp

The RegExp for the data type non-negative amount of money (decimal part optional).

time

time: RegExp

The RegExp for the data type time (HH:MM).

url

url: RegExp

The RegExp for the data type unique resource identifier.