Variable Provider

Variable Providers represent custom character sets or pipe delimited lists that can be used in Regular Expression patterns.

List of Variable Provider Types

Name Description
Alpha Provider Defines a character set which includes all latin letters, plus all decimal digits which look like letters. ('A-Za-z013568')
Currency Decimal Digits Inserts the number of digits to the right of the decimal point in the language of the current document.
Currency Decimal Separators For the language of the current document, returns a character set including all possible separators between the whole and fractional part of a currency value.
Currency Group Digits Inserts the number of digits in each group of digits for the language of the current document.
Currency Group Separators For the language of the current document, returns a character set including all possible separators between digit groups in a currency value.
Currency Labels Inserts a pipe-delimited list all possible currency labels for the culture of the current document.
Currency Symbols Inserts a character set containing all single-character currency symbols for the culture of the current document.
Day Names Inserts a pipe-delimited list of day names in the language of the current document.
Day Names Abbreviated Inserts a pipe-delimited list of abbreviated day names in the language of the current document.
Day Names Shortest Inserts a pipe-delimited list of the shortest possible abbreviated day names in the language of the current document.
Digits Inserts a character set containing decimal digits in the language of the current document.
Group Vocabulary Provider Inserts a pipe-delimited list containing all vocabulary entries for a specific group.
Letters Inserts a character set containing all letters in the language of the current document.
Letters Lower Inserts a character set containing all lower case letters in the language of the current document.
Letters Upper Inserts a character set containing all upper case letters in the language of the current document.
Month Names Inserts a pipe-delimited list of month names in the language of the current document.
Month Names Abbreviated Inserts a pipe-delimited list of abbreviated month names in the language of the current document.
Month Names Genetive Inserts a pipe-delimited list of genetive month names in the language of the current document.
Number Names Provider Returns a pipe-delimited list of number names. (English only)
Number Provider Defines a character set which includes all digits, plus all Latin alpha characters which look like digits. ('0-9IilOoGgSsBUuD')
Vocabulary Inserts a pipe-delimited list containing all vocabulary entries.

Properties

No properties are defined