Solved

How many types of variables can be declared in Visual Parser?

  • 9 July 2021
  • 1 reply
  • 85 views

Userlevel 2

What are different types of variables can be declared in Visual Parser? 

icon

Best answer by Rakesh Mandava 12 July 2021, 07:47

View original

1 reply

Userlevel 2
Badge +1

Variable is the most fundamental element of visual parser, the value of which is visual parser aiming to parse.

The following list introduces the available data types of parser variables and their formats.

• String : Match any single word. (Space characters cannot be applied)

• Multi-string : Match one or multiple words.

• Integer : Match any whole number.

• Float/Double : Match any double-precision IEEE 64-bit (8-byte) floating-point number.

• Boolean : A variable with possible value options “true”, “false”, 1 or 0.

• Enumeration : Match one of the listed options of a variable. E.g $var(value1|value2)

• Dummy : A placeholder for an uninterested variable that will not be parsed.

Note: The general format is $variable_type:variable_name

Reply


Community |  Ideas

Facebook |  Instagram |  Youtube |  Twitter |  LinkedIn
Privacy & Security Statement  |  Terms & Conditions |  Impressum  |  UK Modern Slavery Statement