|
FindWildcard |
Top Previous Next |
Searches in sSource for the first occurrence of sFindWildcard. sFindWildcard is a Wildcard expression with a start text, an asterisk and an end text with the syntax:
StartText*EndText
FindWildcard is case-sensitive. The first character in sSource has the position 1. If sFindWildcard is found, FindWildcard returns TRUE.
Parameters
Example:
|