EXACT

Syntax:

EXACT ( string-1 , string-2 )

Description: Performs a case-sensitive comparison of string-1 and string-2.

Arguments:

Name

Type

Description

string-1

text

The two strings to be compared.

string-2

text

Return Type and Value: logical – TRUE if string-1 and string-2 have the exact same length and contents; otherwise, FALSE.

example: