NDK_REGEX_MATCH

int __stdcall NDK_REGEX_MATCH ( LPCSTR  szLine,
LPCSTR  szPattern,
BOOL  ignoreCase,
BOOL  partialOK,
BOOL *  bMatch 
)

Returns TRUE if the string matches the regular expression expressed.

Returns
status code of the operation
Return values
NDK_SUCCESS  Operation successful
NDK_FAILED  Operation unsuccessful. See Macros for full list.
Remarks
  1. Currently, NxMatch supports regular expressions using PERL-syntax.
  2. If the pattern input is omitted or missing, NxMatch return a #VALUE! error.
  3. In the event the input pattern includes Caret ("^") and dollar -sign ("$"), the partial flag is ignored.
Parameters
[in] szLine is the input string to match for.
[in] szPattern is the regular expression (regex PERL-style) to match the input string with (e.g. ^Thi[sS].*$).
[in] ignoreCase is a flag to instruct the function to ignore the letter-case in the string
[in] partialOK is a flag/switch to indicate whether a substring or a partial match (search) is permitted or to only consider full-string match.
[out] bMatch is the return value of the match.
Requirements
Header SFSDK.H
Library SFSDK.LIB
DLL SFSDK.DLL
References
* Hamilton, J .D.; Time Series Analysis , Princeton University Press (1994), ISBN 0-691-04289-6
* Tsay, Ruey S.; Analysis of Financial Time Series John Wiley & SONS. (2005), ISBN 0-471-690740
* D. S.G. Pollock; Handbook of Time Series Analysis, Signal Processing, and Dynamics; Academic Press; Har/Cdr edition(Nov 17, 1999), ISBN: 125609906
* Box, Jenkins and Reisel; Time Series Analysis: Forecasting and Control; John Wiley & SONS.; 4th edition(Jun 30, 2008), ISBN: 470272848