rtxPattern.h File Reference
Pattern matching functions. More...
#include "rtxsrc/osSysTypes.h"
#include "rtxsrc/rtxExternDefs.h"
#include "rtxsrc/rtxContext.h"
Go to the source code of this file.
Functions | |
EXTERNRT OSBOOL | rtxMatchPattern (OSCTXT *pctxt, const OSUTF8CHAR *text, const OSUTF8CHAR *pattern) |
This function compares the given string to the given pattern. | |
EXTERNRT void | rtxFreeRegexpCache (OSCTXT *pctxt) |
This function frees the memory associated with the regular expression cache. |
Detailed Description
Pattern matching functions.
Definition in file rtxPattern.h.