ESLSTR Function
Return whether one string is contained in another.
SearchStringFunction(STRING1_SV, STRING2_SV)
STRING1_SV
The identifier for the string you want examined.
STRING2_SV
The identifier for the string for which you want to look.
Description
Use this function to determine whether STRING2_SV is contained in STRING1_SV.
If it is, ESL returns an integer that indicates the position in STRING1_SV where STRING2_SV starts.
This function is case-sensitive.