Description
Compares two strings and returns TRUE if they have a matching pattern.
Signature
MatchListFindIntersectExists(matchstring1,'matchstring2')
Example 1
MatchListFindIntersectExists('aaa,bbb,ccc' ,'ccc,ddd,eee')
Returns TRUE
Example 2
MatchListFindIntersectExists('aaa,bbb,ccc,ddd,eee', 'fff,ggg')
Returns FALSE
Example 3
MatchListFindIntersectExists('', '')
Returns TRUE
Example 4
MatchListFindIntersectExists('aaa,bbb,ccc,ddd,eee', '')
Returns FALSE
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| fromdate | xxxx | xxxx | xxxx |
| todate | xxxx | xxxx | xxxx |
| interval | xxxx | xxxx | xxxx |
