Used by Editor_MatchRegex inline function (EE_MATCH_REGEX message).
typedef struct _MATCH_REGEX_INFO {
size_t cbSize; // sizeof( MATCH_REGEX_INFO )
UINT nFlags;
LPCWSTR pszRegex;
LPCWSTR pszText;
} MATCH_REGEX_INFO;
cbSize
[in] Size of this data structure, in bytes. Set this member to sizeof( FIND_REGEX_INFO ) before sending the EE_FIND_REGEX message.
nFlags
[in] Specifies a combination of the following values.
FLAG_FIND_CASE Matches cases.
pszRegex
[in] Specifies a regular expression to search for.
pszText
[in] Specifies a string to search.
Supported on Version 6.00 or later.
Send feedback on this topic to Emurasoft