Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfLike (aString : STRING; pattern : STRING; options : INTEGER) matching : BOOLEAN; |
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
...
1 | Name | Comment |
2 |
|
...
...
Case insensitive comparison |
...
3 |
|
...
Case sensitive comparison | |
4 | xpxIGNORE_ALL_PATTERN_MATCHING_CHARS_EXCEPT_STAR |
...
Only the star “*” will be a pattern matching character, all other characters will be normal (not pattern matching) characters. | |
5 | xpxIGNORE_ALL_PATTERN_MATCHING_CHARS |
...
All defined pattern matching characters will be treated as ordinary (not pattern matching) characters | ||
6 | ||
7 |
Example
...
<example missing>
...