|
GetAllWildcardMatches |
Top Previous Next |
Searches in sSource for all occurrences of sFindWildcard. sFindWildcard is a Wildcard with a start text, an asterisk and an end text with the syntax:
StartText*EndText
GetAllWildcardMatches is case-sensitive. Each match is listed in a new line, separated with a carriage-return/line-feed. If sFindWildcard is not found, GetAllWildcardMatches returns an empty string.
Parameters
Example:
The extracted lines can be sorted with the function SortStringLines. |