VERIFY(STRING, SET, BACK, KIND)

Purpose

Verify that a set of characters contains all the characters in a string by identifying the position of the first character in a string of characters that does not appear in a given set of characters.

Class

Elemental function

Argument type and attributes

STRING
An INTENT(IN) CHARACTER
SET
An INTENT(IN) CHARACTER with the same kind type parameter as STRING.
BACK (optional)
An INTENT(IN) LOGICAL
Fortran 2003 begins KIND (optional)
An INTENT(IN) INTEGER scalar. The actual argument corresponding to KIND must be a constant expression.Fortran 2003 ends

Result type and attributes

Result value

Examples