Cernunnos Manual


${parseInt()}

** DEPRECATED ** since 1.0.0

Use ${groovy(Integer.parseInt( <expression>))} instead.

Description:

Evaluates the Integer value of the specified EXPRESSION and returns it.

Reagents:

Name XPath Description Reagent Type Expected Type Required
EXPRESSION descendant-or-self::text() String expression representing an Integer. PHRASE java.lang.String Yes

Examples: