|
|
 |
|
Pattern matching functionsThese functions handle pattern matching which is required to to process XML schema pattern constraints.
More...
Detailed Description
These functions handle pattern matching which is required to to process XML schema pattern constraints.
Function Documentation
|
|
This function compares the given string to the given pattern.
It returns true if match, false otherwise.
- Parameters:
-
| pctxt | Pointer to context structure. |
| text | Text to be matched. |
| pattern | Regular expression. |
- Returns:
- Boolean result.
|
|
This file was last modified on
8 Jan 2007. XBinder, Version 1.1.9 |